From be22806715ee51b5bb8d1fe9953f74bb2ee32792 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 23 Dec 2011 21:35:51 +0100 Subject: Fix warnings found by -Wmissing-declarations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ea8add2..819d7ac 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ clean: all: pianobar debug: pianobar -debug: CFLAGS=-Wall -pedantic -ggdb +debug: CFLAGS=-Wall -pedantic -ggdb -Wmissing-declarations waitress-test: CFLAGS+= -DTEST waitress-test: ${LIBWAITRESS_OBJ} -- cgit v1.2.3