Commit d629db7a authored by Jan Kiene's avatar Jan Kiene
Browse files

Accept FIX_938_GCC_12_WARNINGS

parent 7ffde526
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@
#endif
#define NONBE_FIX_1058_DECODER_ERROR_WITH_REVERB_ROOM   /* FhG: issue 1058: do not initialize EFAP when IntSetup is HOA3 */
#define NONBE_FIX_943_RECONFIG_IGF_AFTER_SETTING_BW           /* FhG: issue 943: fix crash in BW switchin from WB in MDCT-Stereo core encoder */
#define FIX_938_GCC_12_WARNINGS                         /* VA: issue #938: remove set_f(.,.,0) call in which length is always 0 to remove GCC 12.0 warning */
#define NONBE_FIX_944_FEC_OMASA_1SEP_OBJ_MASA                 /* Nokia: issue 944: fix FEC error in OMASA */

/* #################### End BASOP porting switches ############################ */
+0 −6
Original line number Diff line number Diff line
@@ -290,9 +290,6 @@ void transf_cdbk_enc_fx(
        x_tran[i] = shl_o( x_norm[i], Q_AVQ_OUT_DEC, &Overflow );
        move16();
    }
#ifndef FIX_938_GCC_12_WARNINGS
    set16_fx( x_tran + Nsv * WIDTH_BAND, 0, sub( L_SUBFR, i_mult2( WIDTH_BAND, Nsv ) ) );
#endif

    test();
    test();
@@ -645,9 +642,6 @@ void transf_cdbk_enc_ivas_fx(
        x_tran[i] = shl_o( x_norm[i], Q_AVQ_OUT_DEC, &Overflow );
        move16();
    }
#ifndef FIX_938_GCC_12_WARNINGS
    set16_fx( x_tran + Nsv * WIDTH_BAND, 0, sub( L_SUBFR, i_mult2( WIDTH_BAND, Nsv ) ) );
#endif

    test();
    test();