audio_processing: Added back ATTRIBUTE_UNUSED lost in r7877
BUG=N/A TESTED=Now it builds with aec_debug_dump=1 on Mac TBR=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/35629004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7986 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
27f5317560
commit
3a70625caf
@ -1424,7 +1424,7 @@ static void ReopenWav(rtc_WavWriter** wav_file,
|
||||
int seq1,
|
||||
int seq2,
|
||||
int sample_rate) {
|
||||
int written UNUSED;
|
||||
int written ATTRIBUTE_UNUSED;
|
||||
char filename[64];
|
||||
if (*wav_file) {
|
||||
if (rtc_WavSampleRate(*wav_file) == sample_rate)
|
||||
|
Loading…
Reference in New Issue
Block a user