aboutsummaryrefslogtreecommitdiff
path: root/tests/build/root.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-20 20:33:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-20 20:33:58 +0300
commit5002bf27f7b0fac25b779d2ec229ba31357af26f (patch)
treee9a142d754156dc4af7fe10fce2df22526eed138 /tests/build/root.build
parent81150339ba6c143c95517b1b5815de7ace177768 (diff)
Disable bunch of bogus GCC warnings
Diffstat (limited to 'tests/build/root.build')
-rw-r--r--tests/build/root.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/build/root.build b/tests/build/root.build
index bb274d3..8a3f2e7 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -13,6 +13,8 @@ if ($cxx.target.system == 'win32-msvc')
if ($cxx.class == 'msvc')
cxx.coptions += /wd4251 /wd4275 /wd4800
+elif ($cxx.id == 'gcc')
+ cxx.coptions += -Wno-maybe-uninitialized -Wno-free-nonheap-object # libbutl
# Every exe{} in this subproject is by default a test.
#