From 25b4ca9b2d4788248fb74b730abb3125b710df75 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 20 Apr 2021 20:37:51 +0300 Subject: Disable bunch of bogus GCC warnings --- build/root.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/root.build b/build/root.build index e21dc3d..1dcb07b 100644 --- a/build/root.build +++ b/build/root.build @@ -15,6 +15,8 @@ if ($cxx.target.system == 'win32-msvc') if ($cxx.class == 'msvc') cxx.coptions += /wd4251 /wd4275 /wd4800 /wd4819 +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