Commit 4f6ad946 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_2330_CLANG_18_WARNINGS_REND

parent 565bdd4c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@
#define FIX_1904_HARM_GSC_ENC                           /* VA: #1904 Harmonization of EVS and IVAS GSC code */
#define FIX_1478_UNINIT_ON_BFI                          /* VA: Fix issue 1478 where a vector is partly un-initialized during bfi */
#define FIX_BASOP_2358_SCALING_OOB                      /* Eri: Basip issue 2358: Clang-18 reports OOB access where scaling is applied to L_FRAME48k instead of output_frame */
#define FIX_2330_CLANG_18_WARNINGS_REND                 /* FhG: Fix renderer warnings */
#define FIX_BASOP_2350_HARM_0B_BWE                      /* VA: basop issue 2350: harmonization of the 0b BWE */
#define FIX_BASOP_2350_HARM_0B_BWE_2                    /* VA: basop issue 2350: Simplify calling of hf_synth_fx() */
#define FIX_2349_HARM_FIND_UV                           /* VA: basop issue 2349: harmonization of find_uv() function */
+0 −4
Original line number Diff line number Diff line
@@ -11198,10 +11198,6 @@ static void intermidiate_ext_dirac_render(
                move16();
            }
        }
#ifndef FIX_2330_CLANG_18_WARNINGS_REND
        hDirACRend->proto_frame_dec_f_q = sub( 31, hDirACRend->proto_frame_dec_f_q );
        move16();
#endif

        IF( hDirACRend->h_output_synthesis_psd_state.proto_power_smooth_fx )
        {