Commit 6c4da71a authored by Stephane Ragot's avatar Stephane Ragot
Browse files

fixes for warnings

parent 12196c0a
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@

*******************************************************************************************************/

#define _POSIX_C_SOURCE /* for strtok_r() in string.h */

#include "lib_enc.h"
#include <string.h>
#include "cmdl_tools.h"
+0 −2
Original line number Diff line number Diff line
@@ -1015,7 +1015,6 @@ ivas_error IVAS_DEC_ReadFormat(
{
    ivas_error error;
    Decoder_Struct *st_ivas;
    IVAS_FORMAT ivas_format_old;
    ISM_MODE ism_mode_old;
    MC_MODE mc_mode_old;
    int16_t nchan_transport_old;
@@ -1028,7 +1027,6 @@ ivas_error IVAS_DEC_ReadFormat(
    }

    st_ivas = hIvasDec->st_ivas;
    ivas_format_old = st_ivas->ivas_format;
    ism_mode_old = st_ivas->ism_mode;
    mc_mode_old = st_ivas->mc_mode;
    nchan_transport_old = st_ivas->nchan_transport;