Commit c8d9f3a8 authored by multrus's avatar multrus
Browse files

compiler warning in spt_shorten_domain_set_dec()

parent 1637097f
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1370,10 +1370,14 @@ static void spt_shorten_domain_set_dec(
)
{
    int16_t j, k;
#ifndef FIX_506
    int16_t kpos;
#endif
    int16_t spt_shorten_flag[SPT_SHORTEN_SBNUM];

#ifndef FIX_506
    kpos = 0;
#endif
    j = 0;
    for ( k = bands - SPT_SHORTEN_SBNUM; k < bands; k++ )
    {
@@ -1390,7 +1394,9 @@ static void spt_shorten_domain_set_dec(
            }
        }

#ifndef FIX_506
        kpos++;
#endif
        j++;
    }