Index: webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h b/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h |
index 34c0d1b777c9122a38d8cbf3caefd7c3979f0fc3..12df62821174937ee40266cce547d77ead7fafb8 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h |
@@ -34,6 +34,6 @@ bool WebRtcIlbcfix_CbConstruct( |
int16_t* mem, /* (i) Buffer for codevector construction */ |
size_t lMem, /* (i) Length of buffer */ |
size_t veclen /* (i) Length of vector */ |
- ) WARN_UNUSED_RESULT; |
+ ) RTC_WARN_UNUSED_RESULT; |
#endif |