Commit 88785287 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fix MSVC warning C4701 mentioned in MR1091

parent c9e2364c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -970,7 +970,7 @@ void computeDiffuseness_fixed(

#ifdef FIX_1072_SPEEDUP_COMPUTEDIFUSENESS
        Word16 shift_q = sub( q_tmp, q_ene );
        Word32 shiftEquiv;
        Word32 shiftEquiv = L_add( 0, 0 );
        Word16 shift_qtotal;
        if ( shift_q < 0 )
        {