Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: webrtc/modules/audio_coding/codecs/ilbc/decode_residual.h

Issue 2797983003: Make WARN_UNUSED_RESULT a no-op on gcc (Closed)
Patch Set: RTC_ prefix Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_coding/codecs/ilbc/decode_residual.h
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/decode_residual.h b/webrtc/modules/audio_coding/codecs/ilbc/decode_residual.h
index 38f896ec6d6e8e8f7ce70a56f7615d65cf02ad41..e3fb7f78cb67aa5ff7b6a4e580216fd78228634c 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/decode_residual.h
+++ b/webrtc/modules/audio_coding/codecs/ilbc/decode_residual.h
@@ -35,6 +35,6 @@ bool WebRtcIlbcfix_DecodeResidual(
int16_t* decresidual, /* (o) decoded residual frame */
int16_t* syntdenum /* (i) the decoded synthesis filter
coefficients */
- ) WARN_UNUSED_RESULT;
+ ) RTC_WARN_UNUSED_RESULT;
#endif
« no previous file with comments | « webrtc/modules/audio_coding/codecs/ilbc/decode.h ('k') | webrtc/modules/audio_coding/codecs/ilbc/get_cd_vec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698