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

Unified Diff: webrtc/modules/audio_coding/codecs/ilbc/decode.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.h
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/decode.h b/webrtc/modules/audio_coding/codecs/ilbc/decode.h
index f45fedd7b357efae0344137e6d9dc19fdb47eaaf..2d051826122795219ec50c41811b640c177461c9 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/decode.h
+++ b/webrtc/modules/audio_coding/codecs/ilbc/decode.h
@@ -33,6 +33,6 @@ int WebRtcIlbcfix_DecodeImpl(
structure */
int16_t mode /* (i) 0: bad packet, PLC,
1: normal */
- ) WARN_UNUSED_RESULT;
+ ) RTC_WARN_UNUSED_RESULT;
#endif
« no previous file with comments | « webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h ('k') | webrtc/modules/audio_coding/codecs/ilbc/decode_residual.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698