Browse Source

resolve MSVC warnings

richarddobson 1 tháng trước cách đây
mục cha
commit
d2c1f105af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dev/newinclude/pvfileio.h

+ 1 - 1
dev/newinclude/pvfileio.h

@@ -122,7 +122,7 @@ extern  const GUID KSDATAFORMAT_SUBTYPE_PVOC;
 
 /* pvoc file handling functions */
     /* NB: frame count always disregards chans */
-const char *pvoc_errorstr();
+const char *pvoc_errorstr(void);
 int32_t init_pvsys(void);
 int32_t  pvoc_createfile(const char *filename, 
                      DWORD fftlen,DWORD overlap, DWORD chans,