hide clucene warnings under the carpet to avoid poluting make's output
Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1
This commit is contained in:
parent
ca2fd69e04
commit
adbdb8e4d9
1 changed files with 6 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue