From c1af67f12b808e32ac20baf2dc6a7058dcb99d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Mon, 28 Jan 2013 14:22:53 +0000 Subject: fixed Visual Studio 2010 compilation by disabling an additional warning (nw) --- src/osd/windows/vconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osd') diff --git a/src/osd/windows/vconv.c b/src/osd/windows/vconv.c index 108ab7cb4e5..9faf8006101 100644 --- a/src/osd/windows/vconv.c +++ b/src/osd/windows/vconv.c @@ -101,7 +101,7 @@ static const translation_info gcc_translate[] = { 0, "-fomit-frame-pointer", "" }, { 0, "-Werror", "/WX" }, //{ VS7, "-Wall", "/Wall /W3 /wd4003 /wd4018 /wd4146 /wd4242 /wd4244 /wd4619 /wd4702 /wd4706 /wd4710 /wd4711 /wd4738 /wd4826" }, - { VS7, "-Wall", "/Wall /W4 /wd4003 /wd4018 /wd4146 /wd4242 /wd4244 /wd4619 /wd4702 /wd4706 /wd4710 /wd4711 /wd4738 /wd4826 /wd4820 /wd4514 /wd4668 /wd4127 /wd4625 /wd4626 /wd4512 /wd4100 /wd4310 /wd4571 /wd4061 /wd4131 /wd4255 /wd4510 /wd4610 /wd4505 /wd4324 /wd4611 /wd4201 /wd4189 /wd4296 /wd4986 /wd4347" }, + { VS7, "-Wall", "/Wall /W4 /wd4003 /wd4018 /wd4146 /wd4242 /wd4244 /wd4619 /wd4702 /wd4706 /wd4710 /wd4711 /wd4738 /wd4826 /wd4820 /wd4514 /wd4668 /wd4127 /wd4625 /wd4626 /wd4512 /wd4100 /wd4310 /wd4571 /wd4061 /wd4131 /wd4255 /wd4510 /wd4610 /wd4505 /wd4324 /wd4611 /wd4201 /wd4189 /wd4296 /wd4986 /wd4347 /wd4987" }, { 0, "-Wall", "/W0" }, { VS7, "-Wno-unused", "/wd4100 /wd4101 /wd4102 /wd4505" }, { 0, "-Wno-sign-compare", "/wd4365 /wd4389 /wd4245" }, -- cgit v1.2.3