aboutsummaryrefslogtreecommitdiff
path: root/mysql/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-11-24 19:27:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-11-24 19:27:17 +0200
commit4e0986155380d03ebc1105bda83e9852675a27fe (patch)
treee386c29c4fe1e1961696eeb438fd0fc3c9a8d48c /mysql/buildfile
parentac031b5a4cd0d241fdc87d8bbe3a945185ae614d (diff)
Fix warning option
Diffstat (limited to 'mysql/buildfile')
-rw-r--r--mysql/buildfile2
1 files changed, 1 insertions, 1 deletions
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
{