ソースを参照

remove warnings

richarddobson 2 年 前
コミット
591d26e452
1 ファイル変更0 行追加2 行削除
  1. 0 2
      dev/standalone/freeze.c

+ 0 - 2
dev/standalone/freeze.c

@@ -1602,11 +1602,9 @@ int iter_shift_interp(int cnt,int passno, double *gain,double *pshift,int local_
             nextval = inbuf[i];
             nextval = inbuf[i];
             diff    = nextval - val;
             diff    = nextval - val;
             z = val + ((double)diff * part);
             z = val + ((double)diff * part);
-            // **** FIX ME **** Shoukd the += be ifn the if or not
             if(iterating)
             if(iterating)
                 z = (z * thisgain);
                 z = (z * thisgain);
             z += outbuf[j];
             z += outbuf[j];
-            // END OF CODE NEEDNG FIXING
             outbuf[j++] = (float)z;
             outbuf[j++] = (float)z;
             d      += dz->param[ITER_SSTEP];
             d      += dz->param[ITER_SSTEP];
             i      = (int)d;                        /* TRUNCATE */
             i      = (int)d;                        /* TRUNCATE */