| Index: webrtc/modules/audio_processing/ns/nsx_core_c.c
 | 
| diff --git a/webrtc/modules/audio_processing/ns/nsx_core_c.c b/webrtc/modules/audio_processing/ns/nsx_core_c.c
 | 
| index 9c929d186568ebfc1a4a72912baf532027be7651..14322d38cce7cb979aa163acb0a913899036832b 100644
 | 
| --- a/webrtc/modules/audio_processing/ns/nsx_core_c.c
 | 
| +++ b/webrtc/modules/audio_processing/ns/nsx_core_c.c
 | 
| @@ -33,7 +33,8 @@ void WebRtcNsx_SpeechNoiseProb(NoiseSuppressionFixedC* inst,
 | 
|    int32_t logLrtTimeAvgKsumFX;
 | 
|    int16_t indPriorFX16;
 | 
|    int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart;
 | 
| -  int i, normTmp, normTmp2, nShifts;
 | 
| +  size_t i;
 | 
| +  int normTmp, normTmp2, nShifts;
 | 
|  
 | 
|    // compute feature based on average LR factor
 | 
|    // this is the average over all frequencies of the smooth log LRT
 | 
| 
 |