浏览代码

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];
             diff    = nextval - val;
             z = val + ((double)diff * part);
-            // **** FIX ME **** Shoukd the += be ifn the if or not
             if(iterating)
                 z = (z * thisgain);
             z += outbuf[j];
-            // END OF CODE NEEDNG FIXING
             outbuf[j++] = (float)z;
             d      += dz->param[ITER_SSTEP];
             i      = (int)d;                        /* TRUNCATE */