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:
bjornv@webrtc.org 2015-01-01 22:04:12 +00:00
parent 27f5317560
commit 3a70625caf

View File

@ -1424,7 +1424,7 @@ static void ReopenWav(rtc_WavWriter** wav_file,
int seq1, int seq1,
int seq2, int seq2,
int sample_rate) { int sample_rate) {
int written UNUSED; int written ATTRIBUTE_UNUSED;
char filename[64]; char filename[64];
if (*wav_file) { if (*wav_file) {
if (rtc_WavSampleRate(*wav_file) == sample_rate) if (rtc_WavSampleRate(*wav_file) == sample_rate)