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 |