Przeglądaj źródła

clear compiler warning

richarddobson 3 miesięcy temu
rodzic
commit
fe51c97e67
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      dev/standalone/oneform.c

+ 2 - 2
dev/standalone/oneform.c

@@ -1695,7 +1695,7 @@ int normalise_in_file(double normaliser,dataptr dz)
 {
     int exit_status;
     int vc;
-    int bufcnt = 0;
+//    int bufcnt = 0;
     int total_samps_to_write = dz->total_samps_written;
     int samps_to_write;
     float *bufend;
@@ -1752,7 +1752,7 @@ int normalise_in_file(double normaliser,dataptr dz)
             }
         }
         total_samps_to_write -= samps_to_write;
-        bufcnt++;
+ //       bufcnt++;
     }
     close_and_delete_tempfile(dz->outfilename,dz);
     return(FINISHED);