mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Fix some functions declared () rather than (void) (Ian Jackson)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4029 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
19f329ad7b
commit
3f47aa8c37
7 changed files with 12 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue