summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2016-03-16 18:19:11 +0000
committer smf- <smf-@users.noreply.github.com>2016-03-16 18:19:11 +0000
commit593c9d5ce6eec5a5e1922e1a63dca73a1d4b778d (patch)
tree1075a7aa41dfe9cb2a7bfc05371fde27a475d7d5 /scripts/genie.lua
parent6ecc87bc2844a35cfd96f02b5deb5756f17913a9 (diff)
Build with vs2015 Update 2 RC
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 3b441df21c4..e991bb5ed38 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1280,6 +1280,7 @@ end
}
configuration { "vs2015" }
buildoptions {
+ "/wd4334", -- warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
"/wd4456", -- warning C4456: declaration of 'xxx' hides previous local declaration
"/wd4457", -- warning C4457: declaration of 'xxx' hides function parameter
"/wd4458", -- warning C4458: declaration of 'xxx' hides class member