Sfoglia il codice sorgente

MSVC: resolve warnings

richarddobson 2 settimane fa
parent
commit
688572f7fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dev/misc/progmach.c

+ 1 - 1
dev/misc/progmach.c

@@ -109,7 +109,7 @@ char	errstr[400];
 
 
 int convert_filetype_to_bit(int filetype);
 int convert_filetype_to_bit(int filetype);
 int flteq(double f1,double f2);
 int flteq(double f1,double f2);
-unsigned int hz1000();
+unsigned int hz1000(void);
 const char* cdp_version = "7.1.0";
 const char* cdp_version = "7.1.0";
 
 
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])