diff options
Diffstat (limited to 'block-vvfat.c')
-rw-r--r-- | block-vvfat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block-vvfat.c b/block-vvfat.c index 873956d3b0..a93fde9702 100644 --- a/block-vvfat.c +++ b/block-vvfat.c @@ -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); |