From 6353f1d32a99ee6e624241eddc561c15dbb739a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 16 Nov 2011 17:30:59 +0000 Subject: don't report unused stuff svn path=/trunk/externals/iem/iemguts/; revision=15773 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be32c26..0431e69 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ ALL_LIBS = #------------------------------------------------------------------------------# # these can be set from outside without (usually) breaking the build -CFLAGS = -Wall -W -g +CFLAGS = -Wall -Wno-unused -W -g LDFLAGS = LIBS = -- cgit v1.2.1