ソースを参照

clear MSVC warnings

richarddobson 1 ヶ月 前
コミット
9d38ff60fe
1 ファイル変更1 行追加1 行削除
  1. 1 1
      dev/pview/pview.c

+ 1 - 1
dev/pview/pview.c

@@ -147,7 +147,7 @@ int open_in(char *name) /* opens input soundfile and gets header */
  * allocates memory for the biggest possible buffer 
  * allocates memory for the biggest possible buffer 
  */
  */
 
 
-int get_big_buf()
+int get_big_buf(void)
 {
 {
     size_t i;
     size_t i;