Browse Source

clear compiler warnings

richarddobson 3 months ago
parent
commit
3a9cb0717e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      dev/combine/combine.c

+ 3 - 3
dev/combine/combine.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1983-2013 Trevor Wishart and Composers Desktop Project Ltd
+ * Copyright (c) 1983-2023 Trevor Wishart and Composers Desktop Project Ltd
  * http://www.trevorwishart.co.uk
  * http://www.composersdesktop.com
  *
@@ -213,7 +213,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;
@@ -270,7 +270,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);