From 1dcd92e762beb8e6a5abfdbd025df28eeda5fd51 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 May 2017 19:53:07 +0200 Subject: Suppress unknown pragma warning --- build/root.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build') diff --git a/build/root.build b/build/root.build index d75dbcf..09a03ce 100644 --- a/build/root.build +++ b/build/root.build @@ -13,6 +13,10 @@ cxx{*}: extension = cxx cxx.poptions =+ "-I$out_root" "-I$src_root" +# Disable "unknown pragma" warnings. +# +cxx.coptions += -Wno-unknown-pragmas + # Load the cli module but only if it's available. This way a distribution # that includes pre-generated files can be built without installing cli. # This is also the reason why we need to explicitly spell out individual -- cgit v1.1