Use a few more gcc warning flags
commita21493e00952e5d7cd948951f2677b0d0e465ccd
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 18 Sep 2010 07:01:05 +0000 (18 07:01 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 18 Sep 2010 07:01:05 +0000 (18 07:01 +0000)
tree7b8d50f0ec6012ed6bd72d10889f6c9ddcb57d39
parent6e15cb5f6d87d0039b4c1590d1577ae14db17b50
Use a few more gcc warning flags

If the compiler supports the following warning flags, use them:

-Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers
-Wmissing-include-dirs

Currently, these flags don't produce any warnings.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure