diff options
author | 2015-08-09 15:06:20 +0200 | |
---|---|---|
committer | 2015-08-09 15:06:20 +0200 | |
commit | a765979c61c64dc3b215c205a525e2a7e16f32fc (patch) | |
tree | 57fcd17b1258813ce4425561166b36fa2e3480d0 /scripts/genie.lua | |
parent | ce9db1846f2c80cead77fbca679162a6ba8e264e (diff) |
Disable warnng C4319 with visual studio 2015 (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 36cc250fafd..1699100fbdc 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1248,6 +1248,7 @@ configuration { "vs2015" } "/wd4091", -- warning C4091: 'typedef ': ignored on left of '' when no variable is declared "/wd4463", -- warning C4463: overflow; assigning 1 to bit-field that can only hold values from -1 to 0 "/wd4297", -- warning C4297: 'xxx::~xxx': function assumed not to throw an exception but does + "/wd4319", -- warning C4319: 'operator' : zero extending 'type' to 'type' of greater size } configuration { "vs2010" } buildoptions { |