Commit 8222c771 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

buildfix, warning fix

parent 0184ec3f
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5985,7 +5985,7 @@ void non_linearity_fx(
            frac = L_Extract_lc( L_tmp, &exp ); /* Extract exponent of L_tmp */

            tmp = extract_l( Pow2( 14, frac ) );
#ifdef ISSUE_1796_replace_shl_o
#ifdef ISSUE_1836_replace_overflow_libcom
            scale_step = shl_sat( tmp, exp ); /*Q14 */
#else
            scale_step = shl_o( tmp, exp, &Overflow );                        /*Q14 */
@@ -6998,7 +6998,7 @@ void Estimate_mix_factors_fx(
    Word16 exp1, exp2, expa, expb, fraca, fracb, scale, num_flag, den_flag;
    Word16 tmp, tmp1, sc1, sc2;
    Word32 L_tmp1, L_tmp2;
#ifdef ISSUE_1836_replace_overflow_libcom
#ifndef ISSUE_1836_replace_overflow_libcom
#ifdef BASOP_NOGLOB_DECLARE_LOCAL
    Flag Overflow = 0;
    move32();