configure.ac: enable -pedantic

Yet another gcc flag which gives us lots of interesting warnings.
This commit is contained in:
Max Kellermann 2008-10-14 17:21:58 +02:00
parent c4a43f8a9d
commit b0c1cf7590

View File

@ -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