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/helpfun.c

    r638 r4728  
    278278   ){ 
    279279       int k,n,m, Nit=2, change=0,pos; 
    280        float tmp; 
     280       //float tmp; 
    281281       static float eps=(float)0.039; /* 50 Hz */ 
    282282       static float eps2=(float)0.0195; 
     
    294294 
    295295                       if (lsf[pos+1]<lsf[pos]) { 
    296                            tmp=lsf[pos+1]; 
     296                           //tmp=lsf[pos+1]; 
    297297                           lsf[pos+1]= lsf[pos]+eps2; 
    298298                           lsf[pos]= lsf[pos+1]-eps2; 
Note: See TracChangeset for help on using the changeset viewer.