diff options
author | Max Kellermann <max@duempel.org> | 2008-10-14 17:21:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-14 17:21:58 +0200 |
commit | b0c1cf75901796177d75c08ec950609c135f50b0 (patch) | |
tree | 7ed7713f16b02a4159af7fb9d568a44c430c9e98 | |
parent | c4a43f8a9d0900b130f7e1642ccdb71f0222797d (diff) | |
download | mpd-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.
-rw-r--r-- | configure.ac | 1 |
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 |