From 4e0986155380d03ebc1105bda83e9852675a27fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Nov 2017 19:27:17 +0200 Subject: Fix warning option --- mysql/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/buildfile b/mysql/buildfile index 3e090da..6370669 100644 --- a/mysql/buildfile +++ b/mysql/buildfile @@ -192,7 +192,7 @@ if ($tsys == 'win32-msvc') { # Disable warnings that pop up with /W3. # - cc.coptions += /wd4311 /wd4113 /wd4996 /wd4244 /wd4267 /wd4334 /4800 + cc.coptions += /wd4311 /wd4113 /wd4996 /wd4244 /wd4267 /wd4334 /wd4800 } else { -- cgit v1.1