diff options
author | 2016-02-08 01:53:08 +0100 | |
---|---|---|
committer | 2016-02-08 01:53:08 +0100 | |
commit | 4710c9c26391c8287c1786c18d69b1d7e9a36f7a (patch) | |
tree | 101b70cab0312a06502aa23b5b235e7781f309c0 /scripts/genie.lua | |
parent | 8b509eedd9e23b1453e0e3755da12a1d341c6770 (diff) |
suppressed C4592 warning in VS 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 7883eb6a0b4..34705beefa5 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1234,6 +1234,7 @@ configuration { "vs2015" } "/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 + "/wd4592", -- warning C4592: symbol will be dynamically initialized (implementation limitation) } configuration { "winphone8* or winstore8*" } removelinks { |