Kaydet (Commit) adbdb8e4 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud Kaydeden (comit) Andras Timar

hide clucene warnings under the carpet to avoid poluting make's output

Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1
üst ca2fd69e
...@@ -50,6 +50,12 @@ $(eval $(call gb_Library_add_defs,clucene,\ ...@@ -50,6 +50,12 @@ $(eval $(call gb_Library_add_defs,clucene,\
$(LFS_CFLAGS) \ $(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) ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_libs,clucene,\ $(eval $(call gb_Library_add_libs,clucene,\
-lm \ -lm \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment