Code

configure: Removed -Wunreachable-code from strict checks flags.
authorSebastian Harl <sh@tokkee.org>
Thu, 14 Oct 2010 19:15:09 +0000 (21:15 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 14 Oct 2010 19:15:09 +0000 (21:15 +0200)
commitac80175f103e920bb902c99245d352e4387844a7
treef1291349bd55a9d8bf1c3c0444ac5dd9314d7f71
parent2b9786bc73665e24d26a8e7c5fd2e3412ceb6158
configure: Removed -Wunreachable-code from strict checks flags.

This produces warnings (i.e. errors due to -Werror) when using strcmp() and
having optimization turned on :-/
configure.ac