From ca325ececddc1ada79e97a5acf746e593ad4de0d Mon Sep 17 00:00:00 2001 From: "kma@webrtc.org" Date: Tue, 25 Oct 2011 02:36:09 +0000 Subject: [PATCH] Corrected a linux build error introduced in issue 246005. Review URL: http://webrtc-codereview.appspot.com/246008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@809 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/audio_processing/ns/nsx_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/audio_processing/ns/nsx_core.c b/src/modules/audio_processing/ns/nsx_core.c index 616e62631c..940f4722b4 100644 --- a/src/modules/audio_processing/ns/nsx_core.c +++ b/src/modules/audio_processing/ns/nsx_core.c @@ -1483,7 +1483,6 @@ void WebRtcNsx_DataAnalysis(NsxInst_t* inst, short* speechFrame, WebRtc_UWord16* } void WebRtcNsx_DataSynthesis(NsxInst_t* inst, short* outFrame) { - WebRtc_Word32 tmp32no1; WebRtc_Word32 energyOut; WebRtc_Word16 realImag[ANAL_BLOCKL_MAX << 1]; @@ -1491,7 +1490,7 @@ void WebRtcNsx_DataSynthesis(NsxInst_t* inst, short* outFrame) { WebRtc_Word16 energyRatio; WebRtc_Word16 gainFactor, gainFactor1, gainFactor2; - int i, j; + int i; int outCIFFT; int scaleEnergyOut = 0;