diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2011-12-23 21:35:51 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-12-23 21:37:05 +0100 |
commit | be22806715ee51b5bb8d1fe9953f74bb2ee32792 (patch) | |
tree | cc49831d1f003b7c08d1f3077e5f5180d767ef43 /Makefile | |
parent | d20878bce0c0d84e5b49d1b9642e71bb0d18341a (diff) | |
download | pianobar-be22806715ee51b5bb8d1fe9953f74bb2ee32792.tar.gz pianobar-be22806715ee51b5bb8d1fe9953f74bb2ee32792.tar.bz2 pianobar-be22806715ee51b5bb8d1fe9953f74bb2ee32792.zip |
Fix warnings found by -Wmissing-declarations
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |