configure.ac: enable -pedantic
Yet another gcc flag which gives us lots of interesting warnings.
This commit is contained in:
parent
c4a43f8a9d
commit
b0c1cf7590
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user