diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-04-20 20:41:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-04-20 20:41:32 +0300 |
commit | 146f448863bfa89fd4eb1019055b7919d8f7137f (patch) | |
tree | daf1d3c23e64aaf3faabcd43a1dba397fe5444eb /tests/build/root.build | |
parent | 7ec5a2ef1ac80d2a3b1715e75ac4e507330de4e6 (diff) |
Disable bunch of bogus GCC warnings
Diffstat (limited to 'tests/build/root.build')
-rw-r--r-- | tests/build/root.build | 2 |
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. # |