Commit 4b5a6c87 authored by Manuel Jander's avatar Manuel Jander
Browse files

Fix msvc warning.

parent 011793fb
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@ void updt_enc_fx(
    /* update old excitation buffer */
    IF( st->element_mode > EVS_MONO )
    {
        Word16 tmp;

        tmp = norm_arr( &old_exc[st->L_frame], L_EXC_MEM );
        Copy_Scale_sig_nosat( &old_exc[st->L_frame], hLPDmem->old_exc, L_EXC_MEM, tmp );
        hLPDmem->q_lpd_old_exc = add( hLPDmem->q_lpd_old_exc, tmp );