Commit 7bccff50 authored by multrus's avatar multrus
Browse files

Revert "compiler warning"

This reverts commit 48e56d57.
parent 48e56d57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ endif

ifeq "$(RELEASE)" "1"
CFLAGS   += -DRELEASE
#OPTIM    ?= 2
OPTIM    ?= 2
endif

ifneq "$(DEBUG)" "0"
+1 −6
Original line number Diff line number Diff line
@@ -3255,15 +3255,12 @@ static int16_t encode_ratio_ism_subframe(
{
    int16_t b, b_signif;
    int16_t diff_idx[MAX_NUM_OBJECTS];
    int16_t nbits, nbits0, nbits1, GR_order, GR_order_sb;
    int16_t nbits, nbits0, nbits1, GR_order, GR_order_sb, bits_pos0;
    int16_t differential_subframe;
    int16_t ratio_ism_idx_ref[MAX_NUM_OBJECTS];
    int16_t bits_index;
    int16_t nbits00, nbits11;
    int16_t idx_sep_obj_local;
#ifdef DEBUGGING
    int16_t bits_pos0;
#endif

    idx_sep_obj_local = idx_separated_obj;
    if ( idx_separated_obj > -1 )
@@ -3277,9 +3274,7 @@ static int16_t encode_ratio_ism_subframe(
    nbits0 = 0;
    nbits1 = 0;

#ifdef DEBUGGING
    bits_pos0 = hMetaData->nb_bits_tot;
#endif
    differential_subframe = 1; /* the differences are taken with respect to previous subframe */

    /* first subframe */