diff options
author | 2018-07-22 11:31:37 +0100 | |
---|---|---|
committer | 2018-07-22 11:31:37 +0100 | |
commit | 6d39a913e54c73640e4b5e7493b223c87a14c64a (patch) | |
tree | 95bdb099f8e17035393fedc7a48c8093cb37107a /scripts/genie.lua | |
parent | f6670511797a389e290b4dfdd37291187ff42bae (diff) |
disable multiple constructor warning for rendlay.cpp (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 096f1195681..12214497f0c 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1277,6 +1277,7 @@ end "/wd4510", -- warning C4510: 'xxx' : default constructor could not be generated "/wd4512", -- warning C4512: 'xxx' : assignment operator could not be generated "/wd4514", -- warning C4514: 'xxx' : unreferenced inline function has been removed + "/wd4521", -- warning C4521: 'xxx' : multiple copy constructors specified "/wd4571", -- warning C4611: interaction between '_setjmp' and C++ object destruction is non-portable "/wd4610", -- warning C4619: #pragma warning : there is no warning number 'xxx' "/wd4611", -- warning C4571: Informational: catch(...) semantics changed since Visual C++ 7.1; structured exceptions (SEH) are no longer caught |