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