Commit dbed5fb3 authored by Manuel Jander's avatar Manuel Jander
Browse files

Silence MSVC warning.

parent f2663303
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -553,7 +553,9 @@ void stereo_tcx_core_enc(

    s = sub( norm_arr( st->synth, st->L_frame ), 2 );
    s = s_min( s, norm_arr( st->hLPDmem->syn, M ) );
    Word16 wspeech_backup;
#ifdef NONBE_FIX_ISSUE_2206
    Word16 wspeech_backup = 0;
#endif

    IF( st->tcxonly == 0 )
    {