Ignore:
Timestamp:
Feb 4, 2014 10:13:56 AM (10 years ago)
Author:
bennylp
Message:

Misc (re #1630): Fixing warnings about variable set but not used with recent gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/ilbc/LPCencode.c

    r638 r4728  
    225225       float lsf[LPC_FILTERORDER * LPC_N_MAX]; 
    226226       float lsfdeq[LPC_FILTERORDER * LPC_N_MAX]; 
    227        int change=0; 
    228227 
    229228       SimpleAnalysis(lsf, data, iLBCenc_inst); 
     
    234233 
    235234 
    236        change=LSF_check(lsfdeq, LPC_FILTERORDER, iLBCenc_inst->lpc_n); 
     235       LSF_check(lsfdeq, LPC_FILTERORDER, iLBCenc_inst->lpc_n); 
    237236       SimpleInterpolateLSF(syntdenum, weightdenum, 
    238237           lsf, lsfdeq, iLBCenc_inst->lsfold, 
Note: See TracChangeset for help on using the changeset viewer.