Fixed compiler warnings for Windows builds.

Added -Werror to Windows makefiles.
This commit is contained in:
SarahW 2017-04-11 19:34:41 +01:00
commit 2b892d2a7a
168 changed files with 1927 additions and 1963 deletions

View file

@ -49,7 +49,7 @@ static int opARPL_a32(uint32_t fetchdat)
static int opLAR_ ## name(uint32_t fetchdat) \
{ \
int valid; \
uint16_t sel, desc; \
uint16_t sel, desc = 0; \
\
NOTRM \
fetch_ea(fetchdat); \
@ -99,7 +99,7 @@ opLAR(l_a32, fetch_ea_32, 1, 1)
static int opLSL_ ## name(uint32_t fetchdat) \
{ \
int valid; \
uint16_t sel, desc; \
uint16_t sel, desc = 0; \
\
NOTRM \
fetch_ea(fetchdat); \