From 2db53a6b0fe6358996fdd1d263e566f9db075d7a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 20 Apr 2021 20:57:50 +0300 Subject: Disable bunch of bogus GCC warnings --- build/root.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') diff --git a/build/root.build b/build/root.build index 2b47941..4101c92 100644 --- a/build/root.build +++ b/build/root.build @@ -20,6 +20,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 cxx.poptions =+ "-I$out_root" "-I$src_root" -- cgit v1.1