diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-28 10:15:33 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-28 10:15:33 -0500 |
commit | 23126cea9ed09389da9714cd6f0982822aa9805d (patch) | |
tree | 7e34005728fb9d14dcdf2ce81d61b4f4df894530 /clucene | |
parent | be70d912a3bb48018a588365eef031fdd5ce032e (diff) |
hide clucene warnings under the carpet to avoid poluting make's output
Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1
Diffstat (limited to 'clucene')
-rw-r--r-- | clucene/Library_clucene.mk | 6 |
1 files changed, 6 insertions, 0 deletions
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 \ |