]> git.notmuchmail.org Git - notmuch/commitdiff
Add -Wswitch-enum and fix warnings.
authorCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 23:03:45 +0000 (16:03 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 23:03:45 +0000 (16:03 -0700)
Having to enumerate all the enum values at every switch is annoying,
but this warning actually found a bug, (missing support for
NOTMUCH_STATUS_OUT_OF_MEMORY in notmuch_status_to_string).


No differences found