From b0c1cf75901796177d75c08ec950609c135f50b0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 14 Oct 2008 17:21:58 +0200 Subject: configure.ac: enable -pedantic Yet another gcc flag which gives us lots of interesting warnings. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3