summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-11-24 11:00:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-11-24 11:00:47 +0300
commit863814753953691174ecbb515dee6115d35ee1e6 (patch)
treeed3b206bfa309df1a4073abc2983b14f9809b263
parent96cb1f3cd3bc3f8466665426ffe545f9e8bf30c4 (diff)
Disable VC warnings
-rw-r--r--mysql/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/buildfile b/mysql/buildfile
index a286bc6..3e090da 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
+ cc.coptions += /wd4311 /wd4113 /wd4996 /wd4244 /wd4267 /wd4334 /4800
}
else
{