Commit 6ac69fbe authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fix warning

parent e1c2a378
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -821,7 +821,7 @@ void SetTCXModeInfo_ivas_fx(
            }
            ELSE
            {
                currNrgGTprevNrg = ( GT_32( Mpy_32_16_1( st->currEnergyHF_fx, 840 /*1.0f/39.0f Q15*/ ), st->prevEnergyHF_fx ) );
                currNrgGTprevNrg = ( GT_32( Mpy_32_16_1( st->currEnergyHF_fx, (Word16)840 /*1.0f/39.0f Q15*/ ), st->prevEnergyHF_fx ) );
            }
            test();
            test();