Fixed compiler warnings for Windows builds.
Added -Werror to Windows makefiles.
This commit is contained in:
parent
334992ef54
commit
2b892d2a7a
168 changed files with 1927 additions and 1963 deletions
|
|
@ -1534,6 +1534,7 @@ static inline int mem_mapping_read_allowed(uint32_t flags, int state)
|
|||
default:
|
||||
fatal("mem_mapping_read_allowed : bad state %x\n", state);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline int mem_mapping_write_allowed(uint32_t flags, int state)
|
||||
|
|
@ -1551,6 +1552,7 @@ static inline int mem_mapping_write_allowed(uint32_t flags, int state)
|
|||
default:
|
||||
fatal("mem_mapping_write_allowed : bad state %x\n", state);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void mem_mapping_recalc(uint64_t base, uint64_t size)
|
||||
|
|
|
|||
Loading…
Reference in a new issue