hide clucene warnings under the carpet to avoid poluting make's output
Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1
This commit is contained in:
committed by
Andras Timar
parent
ca2fd69e04
commit
adbdb8e4d9
@@ -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 \
|
||||
|
Reference in New Issue
Block a user