From f4724e3c3965fd72adadb3cefd12cf0b69cb6878 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Thu, 9 May 2013 13:17:44 +0000 Subject: adding -Wno-unused in order to remove warning compilation svn path=/trunk/externals/pmpd/; revision=17125 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c975ff4..c7380ba 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ ALL_LIBS = #------------------------------------------------------------------------------# # these can be set from outside without (usually) breaking the build -CFLAGS = -Wall -W -g +CFLAGS = -Wall -W -g -Wno-unused LDFLAGS = LIBS = -- cgit v1.2.1