Browse Source

clear compiler warnings

richarddobson 5 months ago
parent
commit
5ce11f1fb6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/hfperm/hfperm.c

+ 2 - 2
dev/hfperm/hfperm.c

@@ -116,8 +116,8 @@ int do_hfperm(dataptr dz)
 {
     int exit_status;
     char temp[48];
-    double **hfset = 0, **combo, secs;
-    int *combolen, combocnt = 0;
+    double **hfset = 0, **combo = 0, secs;
+    int *combolen = 0, combocnt = 0;
     int hfsetcnt = 0, hrs = 0, mins = 0;
     int *hfsetlen = 0;
     int *grping = NULL;