Fix some compiler warnings in fixed-point NS.

Review URL: http://webrtc-codereview.appspot.com/93004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@265 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
ajm@google.com
2011-07-28 17:33:51 +00:00
parent 0d6fd2a943
commit 11791b23f7

View File

@@ -1871,9 +1871,6 @@ int WebRtcNsx_ProcessCore(NsxInst_t *inst, short *speechFrame, short *speechFram
WebRtc_Word16 qMagn, qNoise;
WebRtc_Word16 avgProbSpeechHB, gainModHB, avgFilterGainHB, gainTimeDomainHB;
WebRtc_Word16 tmp16no1;
WebRtc_Word16 int_part = 0;
WebRtc_Word16 frac_part = 0;
WebRtc_Word16 pink_noise_exp_avg = 0;
int i;