Previous 199869 Revisions Next

r34524 Wednesday 21st January, 2015 at 18:08:23 UTC by Osso
fixed compile (nw)
[src/osd/windows]vconv.c

trunk/src/osd/windows/vconv.c
r243035r243036
103103   // warning C4711: function 'xxx' selected for automatic inline expansion // optimized only
104104   // warning C4805: 'x' : unsafe mix of type 'xxx' and type 'xxx' in operation
105105   // warning C4820: 'xxx' : 'x' bytes padding added after data member 'xxx'
106   /wd4619
107106   { VS7,      "-Wall",                    "/Wall /W4 /wd4003 /wd4018 /wd4061 /wd4100 /wd4127 /wd4131 /wd4141 /wd4146 /wd4150 /wd4189 /wd4201 /wd4242 /wd4244 /wd4250 /wd4255 /wd4296 /wd4310 /wd4324 /wd4347 /wd4435 /wd4510 /wd4512 /wd4514 /wd4571 /wd4610 /wd4619 /wd4625 /wd4626 /wd4668 /wd4702 /wd4706 /wd4710 /wd4711 /wd4805 /wd4820" },
108107   { 0,        "-Wall",                    "/W0" },
109108   { VS7,      "-Wno-unused",              "/wd4100 /wd4101 /wd4102 /wd4505" },


Previous 199869 Revisions Next


© 1997-2024 The MAME Team