Commit 5a773902 authored by emerit's avatar emerit
Browse files

fix windows warnings

parent 9741c981
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2431,7 +2431,8 @@ ivas_error ivas_jbm_dec_tc_buffer_reconfigure(
)
{
#ifdef FIX_1070_USAN_SEGFAULT_MC_TO_BIN_BTSW_HEADROT
    int32_t nsamp_to_allocate, n_samp_full, n_samp_residual, offset, nchan_residual;
    int32_t nsamp_to_allocate;
    int16_t n_samp_full, n_samp_residual, offset, nchan_residual;
#else
    int16_t nsamp_to_allocate, n_samp_full, n_samp_residual, offset, nchan_residual;
#endif