diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-24 12:14:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-24 12:14:26 +0300 |
commit | 15902c400a9f837d7f5d6cc1858a7b913663e502 (patch) | |
tree | c546b0ca1cef99451cd436439ed7552a5d1d1629 | |
parent | 4e0986155380d03ebc1105bda83e9852675a27fe (diff) |
Disable some more VC warnings
-rw-r--r-- | mysql/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |