| Index: webrtc/modules/audio_processing/ns/nsx_core_neon.c
 | 
| diff --git a/webrtc/modules/audio_processing/ns/nsx_core_neon.c b/webrtc/modules/audio_processing/ns/nsx_core_neon.c
 | 
| index 9675d11c176fbd6091109b6efccb662a5660412d..65788ae23011f1a2f1bee4a28cebbd5500c96518 100644
 | 
| --- a/webrtc/modules/audio_processing/ns/nsx_core_neon.c
 | 
| +++ b/webrtc/modules/audio_processing/ns/nsx_core_neon.c
 | 
| @@ -141,7 +141,7 @@ void WebRtcNsx_NoiseEstimationNeon(NoiseSuppressionFixedC* inst,
 | 
|    const int16_t log2_const = 22713;
 | 
|    const int16_t width_factor = 21845;
 | 
|  
 | 
| -  int i, s, offset;
 | 
| +  size_t i, s, offset;
 | 
|  
 | 
|    tabind = inst->stages - inst->normData;
 | 
|    assert(tabind < 9);
 | 
| 
 |