summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-10 12:16:06 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-10 12:16:06 +0100
commitee942ae0fbbd941b8c75381153b07f818728d22a (patch)
treeda766a60eba2a5aca68e4dd7a192c6a0bffd1b77 /scripts/genie.lua
parent8929ef89493c41c4e199a1383d2a65b6d068abb3 (diff)
some MSBUILD fixes (nw)
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 da376a11825..088636a7e5e 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1134,6 +1134,7 @@ configuration { "vs*" }
}
buildoptions {
+ "/WX", -- Treats all compiler warnings as errors.
"/wd4025", -- warning C4025: 'number' : based pointer passed to function with variable arguments: parameter number
"/wd4003", -- warning C4003: not enough actual parameters for macro 'xxx'
"/wd4018", -- warning C4018: 'x' : signed/unsigned mismatch