Commit 2bcac3f8 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_2331_CLANG18_MSAN_UNINIT_VARIABLE

parent 6b59c2b1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -162,7 +162,6 @@
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */
#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_2331_CLANG18_MSAN_UNINIT_VARIABLE           /* FhG: Fix issue 2331: Uninitialized variable */

/* #################### End BE switches ################################## */

+0 −2
Original line number Diff line number Diff line
@@ -5996,9 +5996,7 @@ static ivas_error renderIsmToSba(

    push_wmops( "renderIsmToSba" );

#ifdef FIX_2331_CLANG18_MSAN_UNINIT_VARIABLE
    set_zero( currentPanGains, MAX_OUTPUT_CHANNELS );
#endif

    if ( ( error = getAudioConfigNumChannels( outConfig, &numOutChannels ) ) != IVAS_ERR_OK )
    {