aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-14 17:21:58 +0200
committerMax Kellermann <max@duempel.org>2008-10-14 17:21:58 +0200
commitb0c1cf75901796177d75c08ec950609c135f50b0 (patch)
tree7ed7713f16b02a4159af7fb9d568a44c430c9e98 /configure.ac
parentc4a43f8a9d0900b130f7e1642ccdb71f0222797d (diff)
downloadmpd-b0c1cf75901796177d75c08ec950609c135f50b0.tar.gz
mpd-b0c1cf75901796177d75c08ec950609c135f50b0.tar.xz
mpd-b0c1cf75901796177d75c08ec950609c135f50b0.zip
configure.ac: enable -pedantic
Yet another gcc flag which gives us lots of interesting warnings.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0e72cda26..8b152b7fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -696,6 +696,7 @@ then
MPD_CHECK_FLAG([-Wstrict-prototypes])
MPD_CHECK_FLAG([-Wcast-qual])
MPD_CHECK_FLAG([-Wwrite-strings])
+ MPD_CHECK_FLAG([-pedantic])
fi