Commit 4ef47437 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[cleanup] accept FIX_938_COMPILER_WARNING

parent e2e3cfc0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -122,7 +122,6 @@
#define FIX_1119_SPLIT_RENDERING_VOIP                   /* FhG: Add split rendering support to decoder in VoIP mode */
#define TMP_1342_WORKAROUND_DEC_FLUSH_BROKEN_IN_SR      /* FhG: Temporary workaround for incorrect implementation of decoder flush with split rendering */
#define NONBE_1122_KEEP_EVS_MODE_UNCHANGED              /* FhG: Disables fix for issue 1122 in EVS mode to keep BE tests green. This switch should be removed once the 1122 fix is added to EVS via a CR.  */
#define FIX_938_COMPILER_WARNING                        /* FhG: Fix compiler warning in ivas_mdct_core_reconstruct() */
#define FIX_1376_MISSING_ISM_METADATA                   /* FhG: IVAS_rend: throw error if there exists an ISM input without a corresponding metadata file path */
#define FIX_1385_INIT_IGF_STOP_FREQ                     /* FhG: Initialize infoIGFStopFreq in init_igf_dec() */
#define FIX_1387_INIT_PRM_SQQ                           /* FhG: initialize pointer prm_sqQ, which might be uninitialized in case of bfi == 1 */
+0 −7
Original line number Diff line number Diff line
@@ -1406,16 +1406,9 @@ void ivas_mdct_core_reconstruct_fx(
            Copy_Scale_sig_16_32_no_sat( st->p_bpf_noise_buf, st->p_bpf_noise_buf_32, st->L_frame, Q11 ); // Q0 -> Q11
        }

#ifndef FIX_938_COMPILER_WARNING
        IF( signal_outFB_fx[ch] != NULL )
        {
#endif
            Copy( synthFB_fx, signal_outFB_fx[ch], st->hTcxDec->L_frameTCX );
            e_sig[ch] = sub( 15, q_syn + st->Q_syn_factor );
            move16();
#ifndef FIX_938_COMPILER_WARNING
        }
#endif

        /* updates */
        st->last_voice_factor_fx = 0;