summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2011-12-23 21:48:46 +0100
committerLars-Dominik Braun <lars@6xq.net>2011-12-23 21:48:46 +0100
commit65517aebee0a7624b31dd9ce481e7f00ece3d497 (patch)
tree361eba35e743d058a7d078050064acb8fd02fd43 /Makefile
parentbe22806715ee51b5bb8d1fe9953f74bb2ee32792 (diff)
downloadpianobar-windows-65517aebee0a7624b31dd9ce481e7f00ece3d497.tar.gz
pianobar-windows-65517aebee0a7624b31dd9ce481e7f00ece3d497.tar.bz2
pianobar-windows-65517aebee0a7624b31dd9ce481e7f00ece3d497.zip
Fix warnings found by -Wshadow
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}