Commit b0c1cf75 authored by Max Kellermann's avatar Max Kellermann

configure.ac: enable -pedantic

Yet another gcc flag which gives us lots of interesting warnings.
parent c4a43f8a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment