Commit 4dd7b8b8 authored by multrus's avatar multrus
Browse files

avoid compiler warnings

parent 3f3ab338
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3279,6 +3279,8 @@ void stereo_dft_generate_res_pred_fx(
                    q_dmx_nrg = add( q_dmx_nrg, Q6 );
                    BREAK;
                default:
                    L_temp = 0; /* avoid compiler warnings about uninitialized variable */
                    move32();
                    assert( 0 && "Invalid hStereoDft->NFFT" );
                    /* we support only hStereoDft->NFFT == 320, 640 and 960; a more generic expression would be: */
                    /* L_temp = BASOP_Util_Divide3232_Scale_newton( dmx_nrg, shr( hStereoDft->NFFT, 1 ), &temp_e ); */