]> git.proxmox.com Git - qemu.git/blobdiff - block-vvfat.c
Fix some functions declared () rather than (void) (Ian Jackson)
[qemu.git] / block-vvfat.c
index 873956d3b0278aef8bd64c65eefbd14ee145496d..a93fde9702bebcb99357c0ba05ef57360d380dd7 100644 (file)
@@ -53,7 +53,7 @@
 #define stderr STDERR
 FILE* stderr = NULL;
 
-static void checkpoint();
+static void checkpoint(void);
 
 #ifdef __MINGW32__
 void nonono(const char* file, int line, const char* msg) {
@@ -2813,7 +2813,7 @@ BlockDriver bdrv_vvfat = {
 };
 
 #ifdef DEBUG
-static void checkpoint() {
+static void checkpoint(void) {
     assert(((mapping_t*)array_get(&(vvv->mapping), 0))->end == 2);
     check1(vvv);
     check2(vvv);