From 15902c400a9f837d7f5d6cc1858a7b913663e502 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 24 Nov 2017 12:14:26 +0300 Subject: Disable some more VC warnings --- mysql/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql/buildfile') diff --git a/mysql/buildfile b/mysql/buildfile index 6370669..7efa207 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 /wd4800 + cc.coptions += /wd4311 /wd4113 /wd4996 /wd4244 /wd4267 /wd4334 /wd4800 /wd4091 } else { -- cgit v1.1