From 157bbd94acb8de57bd7a4f220fb691fe069ff603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 7 Nov 2011 18:02:10 +0000 Subject: don't warn about unused variables/parameters/functions svn path=/trunk/externals/iem/iemnet/; revision=15711 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e1bb25..b93e8d4 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,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