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

fix warnings

parent 1b2a0f8f
Loading
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -3498,16 +3498,20 @@ void generate_comfort_noise_dec_fx(
    move16();


    Word16 sn, cnt;
    Word16 sn = 0, cnt = 0;
    move16();
    move16();
    Word16 sqrtNoiseLevel_exp;
    Word16 idx = 0;
    move16();
    Word16 temp;
    Word16 fftBuffer_exp2;
    Word16 fftBuffer_exp2 = 0;
    move16();
    Word16 fftBuffer_temp_exp[FFTLEN];
    Word16 *seed2;
    Word16 c1, c2;
    Word16 *seed2 =  &hFdCngCom->seed2 ;
    Word16 c1 = 0, c2 = 0;
    move16();
    move16();
    Word32 tmp1, tmp2;

    hTcxDec = st->hTcxDec;
@@ -3536,7 +3540,6 @@ void generate_comfort_noise_dec_fx(
        fftBuffer_exp = 0;
        move16();

        seed2 = &( hFdCngCom->seed2 );
        test();
        if ( EQ_16( st->element_mode, IVAS_CPE_MDCT ) && EQ_16( st->idchan, 1 ) )
        {