From d8998f5d9b01a2fcc3eefba7679a668518fa6657 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sat, 5 Oct 2019 00:37:55 +1000 Subject: (nw) fix std::array initialisation with GCC5 in nlwav.cpp, stop suppressing -Wterminate now that asserts are really asserts --- scripts/genie.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3