From adbdb8e4d94c04de73d071e0a9ccdd95e3f5e82a Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 28 Sep 2012 10:15:33 -0500 Subject: [PATCH] hide clucene warnings under the carpet to avoid poluting make's output Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1 --- clucene/Library_clucene.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clucene/Library_clucene.mk b/clucene/Library_clucene.mk index 16bfbd5bf6aa..72a1dcccf104 100644 --- a/clucene/Library_clucene.mk +++ b/clucene/Library_clucene.mk @@ -50,6 +50,12 @@ $(eval $(call gb_Library_add_defs,clucene,\ $(LFS_CFLAGS) \ )) +# clucene is riddled with warnings... let's spare use +# the pointless spamming +$(eval $(call gb_Library_add_cxxflags,clucene,\ + -w \ +)) + ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_libs,clucene,\ -lm \