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