瀏覽代碼

remove warnings

richarddobson 2 年之前
父節點
當前提交
39ff3c02c2
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      dev/new/glisten.c

+ 5 - 5
dev/new/glisten.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.trevorwishart.co.uk
  * http://www.composersdesktop.com
  * http://www.composersdesktop.com
  *
  *
@@ -122,7 +122,7 @@ int main(int argc,char *argv[])
     dataptr dz = NULL;
     dataptr dz = NULL;
     char **cmdline;
     char **cmdline;
     int  cmdlinecnt;
     int  cmdlinecnt;
-    aplptr ap;
+//    aplptr ap;
     int is_launched = FALSE;
     int is_launched = FALSE;
     if(argc==2 && (strcmp(argv[1],"--version") == 0)) {
     if(argc==2 && (strcmp(argv[1],"--version") == 0)) {
         fprintf(stdout,"%s\n",cdp_version);
         fprintf(stdout,"%s\n",cdp_version);
@@ -180,7 +180,7 @@ int main(int argc,char *argv[])
             return(exit_status);         
             return(exit_status);         
         }
         }
     }
     }
-    ap = dz->application;
+//    ap = dz->application;
 
 
     // parse_infile_and_hone_type() = 
     // parse_infile_and_hone_type() = 
     if((exit_status = parse_infile_and_check_type(cmdline,dz))<0) {
     if((exit_status = parse_infile_and_check_type(cmdline,dz))<0) {
@@ -724,7 +724,7 @@ int parse_sloom_data(int argc,char *argv[],char ***cmdline,int *cmdlinecnt,datap
     int filesize, insams, inbrksize;
     int filesize, insams, inbrksize;
     double dummy;
     double dummy;
     int true_cnt = 0;
     int true_cnt = 0;
-    aplptr ap;
+//    aplptr ap;
 
 
     while(cnt<=PRE_CMDLINE_DATACNT) {
     while(cnt<=PRE_CMDLINE_DATACNT) {
         if(cnt > argc) {
         if(cnt > argc) {
@@ -749,7 +749,7 @@ int parse_sloom_data(int argc,char *argv[],char ***cmdline,int *cmdlinecnt,datap
             //setup_particular_application() =
             //setup_particular_application() =
             if((exit_status = setup_the_application(dz))<0)
             if((exit_status = setup_the_application(dz))<0)
                 return(exit_status);
                 return(exit_status);
-            ap = dz->application;
+ //           ap = dz->application;
             break;
             break;
 
 
         case(3):    
         case(3):