Commit 37d68965 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fix warning

parent 1cae4d03
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ void E_UTIL_synthesis_fx( const Word16 shift, const Word32 a[], const Word32 x[]
    Word32 L_tmp;
    Word16 q;
    Word32 ( *syn_kern )( Word32 L_tmp, const Word32 a[], const Word32 y[] ) = NULL;
#ifdef ISSUE_1836_replace_overflow_libcom
#ifndef ISSUE_1836_replace_overflow_libcom
    Flag Overflow = 0;
    move32();
#endif