summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2011-12-23 21:35:51 +0100
committerLars-Dominik Braun <lars@6xq.net>2011-12-23 21:37:05 +0100
commitbe22806715ee51b5bb8d1fe9953f74bb2ee32792 (patch)
treecc49831d1f003b7c08d1f3077e5f5180d767ef43 /Makefile
parentd20878bce0c0d84e5b49d1b9642e71bb0d18341a (diff)
downloadpianobar-be22806715ee51b5bb8d1fe9953f74bb2ee32792.tar.gz
pianobar-be22806715ee51b5bb8d1fe9953f74bb2ee32792.tar.bz2
pianobar-be22806715ee51b5bb8d1fe9953f74bb2ee32792.zip
Fix warnings found by -Wmissing-declarations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}