]> git.notmuchmail.org Git - notmuch/commitdiff
Add -Wextra and fix warnings.
authorCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 22:39:53 +0000 (15:39 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 22:52:14 +0000 (15:52 -0700)
When adding -Wextra we also add -Wno-ununsed-parameters since that
function means well enough, but is really annoying in practice.

So the warnings we fix here are basically all comparsions between
signed and unsigned values.


No differences found