summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 810de1dfae93..c2c6cbe5e9c2 100644
--- a/Makefile
+++ b/Makefile
@@ -456,8 +456,16 @@ findunusedcode:
| grep -v ^Atom \
| grep -v ^boost:: \
| grep -v ^CIcc \
+ | grep -v ^CLuceneError:: \
| grep -v ^cppu:: \
| grep -v ^Dde \
+ | grep -v ^graphite2:: \
+ | grep -v ^jvmaccess:: \
+ | grep -v ^libcdr:: \
+ | grep -v ^libcmis:: \
+ | grep -v ^libvisio:: \
+ | grep -v ^libwpg:: \
+ | grep -v ^lucene:: \
| grep -v ^salhelper:: \
> unusedcode.easy