From b67bb05d05aef568a2614943625386a8cd67690d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 7 Sep 2008 18:37:29 +0200 Subject: build: enable -Wcast-qual -Wwrite-strings CFLAGS We're pretty careful about using const these days, so enable these warnings to keep us that way. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5630fe650..c3db4cbc1 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,8 @@ then MPD_CHECK_FLAG([-Wshadow]) MPD_CHECK_FLAG([-Wpointer-arith]) MPD_CHECK_FLAG([-Wstrict-prototypes]) + MPD_CHECK_FLAG([-Wcast-qual]) + MPD_CHECK_FLAG([-Wwrite-strings]) fi if test -z "$prefix" || test "x$prefix" = xNONE; then -- cgit v1.2.3