diff options
author | 2019-10-05 00:37:55 +1000 | |
---|---|---|
committer | 2019-10-05 00:37:55 +1000 | |
commit | d8998f5d9b01a2fcc3eefba7679a668518fa6657 (patch) | |
tree | 384a947e48c09d36e186d8fd75275976036daae6 /scripts/genie.lua | |
parent | f3c71b080a9356e715e03ea944ef578ca5e24e1d (diff) |
(nw) fix std::array initialisation with GCC5 in nlwav.cpp, stop suppressing -Wterminate now that asserts are really asserts
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index fe5b8930f3f..d90b98adf49 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1520,12 +1520,6 @@ configuration { "vsllvm" } } --- adding this till we sort out asserts in debug mode -configuration { "Debug", "gmake" } - buildoptions_cpp { - "-Wno-terminate", - } - configuration { } if (_OPTIONS["SOURCES"] ~= nil) then |