From c96597932ee42b007e3f89be6272f77e9f9f8928 Mon Sep 17 00:00:00 2001 From: Osso13 Date: Wed, 21 Jan 2015 19:08:23 +0100 Subject: fixed compile (nw) --- src/osd/windows/vconv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/windows/vconv.c b/src/osd/windows/vconv.c index c66c7bb91b9..05657ad5777 100644 --- a/src/osd/windows/vconv.c +++ b/src/osd/windows/vconv.c @@ -103,7 +103,6 @@ static const translation_info gcc_translate[] = // warning C4711: function 'xxx' selected for automatic inline expansion // optimized only // warning C4805: 'x' : unsafe mix of type 'xxx' and type 'xxx' in operation // warning C4820: 'xxx' : 'x' bytes padding added after data member 'xxx' - /wd4619 { 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" }, { 0, "-Wall", "/W0" }, { VS7, "-Wno-unused", "/wd4100 /wd4101 /wd4102 /wd4505" }, -- cgit v1.2.3