Commit 2759b074 authored by norvell's avatar norvell
Browse files

Add fix for compiler warning

parent 67991420
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1198,7 +1198,9 @@ ivas_error RenderConfigReader_checkValues(
    pRoom_acoustics = &hRenderConfig->roomAcoustics;
    tab_value_err_count = 0;
    int16_t wall_idx;
#ifndef FIX_1999_TEMPORARY_DISABLE_DIST_ATT_CHECK
    int16_t i;
#endif

    /* Verify the number of frequency bands in the config input data */
    if ( ( pRoom_acoustics->nBands > N_BANDS_MAX ) || ( pRoom_acoustics->nBands < N_BANDS_MIN ) )