From f0997ea3932328d96196e37f0c27c831b321909c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 14 May 2012 10:16:52 +0100 Subject: [PATCH] filter unused libwps_tools_win:: methods Change-Id: I88fca8854db96fdba1ea9069fb95a237c5b02bb2 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c4fdc2f48f09..55d3605b1361 100644 --- a/Makefile +++ b/Makefile @@ -487,6 +487,7 @@ findunusedcode: | grep -v ^libcmis:: \ | grep -v ^libvisio:: \ | grep -v ^libwpg:: \ + | grep -v ^libwps_tools_win:: \ | grep -v ^lucene:: \ | grep -v ^Matrix3d:: \ | grep -v ^salhelper:: \