Commit 511ff228 authored by liksonov's avatar liksonov
Browse files

Try to fix linux build warning.

parent 3ee8898d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5408,7 +5408,7 @@ ivas_error ivas_prox_mixer_compute_gains(
    float *pMixer, 
    const int16_t *userLoc, 
    const int16_t nChan, 
    const float ppPcm_in[][L_FRAME48k], 
    float ppPcm_in[][L_FRAME48k], 
    const int16_t frame_len, 
    float *powvec
);
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ ivas_error ivas_prox_mixer_compute_gains(
    float *sMixer, 
    const int16_t *userLoc,
    const int16_t nChan,
    const float ppPcm_in[][L_FRAME48k],
    float ppPcm_in[][L_FRAME48k],
    const int16_t frame_len,
    float *powvec )
{