Fix patch 1290: we only want to remove unused parameter warnings not all warnings...
authorLaurent Monin <geeqie@norz.org>
Sun, 7 Dec 2008 15:51:50 +0000 (15:51 +0000)
committerLaurent Monin <geeqie@norz.org>
Sun, 7 Dec 2008 15:51:50 +0000 (15:51 +0000)
commitbb2f085701aa58240d46914e01f31bb918b130aa
treee361ebd4c504dd5b2a0000d02885f76b7b548480
parent85e6945309d39750d6543f86cddbfe8b0c166797
Fix patch 1290: we only want to remove unused parameter warnings not all warnings produced by -Wextra, so just disable then using -Wno-unused-parameter and re-add -Wextra (was -W, but this is the old name).
configure.in