Commit 692cdb86 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

Revert "fix warnings"

This reverts commit ae158666.
parent ae158666
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2574,7 +2574,7 @@ Word32 BASOP_Util_Add_Mant32Exp(
    Word16 *exp_res )
{

    Word32 tmp_res;
    Word32 tmp1, tmp2, tmp_res;
    Word16 scale_tmp, scale_tmp2, scale_tmp3;

    scale_tmp = add( s_max( exp2, exp1 ), 1 );