[Libreoffice-commits] .: clucene/Library_clucene.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 28 08:15:59 PDT 2012


 clucene/Library_clucene.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 23126cea9ed09389da9714cd6f0982822aa9805d
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Sep 28 10:15:33 2012 -0500

    hide clucene warnings under the carpet to avoid poluting make's output
    
    Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1

diff --git a/clucene/Library_clucene.mk b/clucene/Library_clucene.mk
index 16bfbd5..72a1dcc 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 \


More information about the Libreoffice-commits mailing list