]> git.notmuchmail.org Git - notmuch/commit
Re-enable the warning for unused parameters.
authorCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 22:53:27 +0000 (15:53 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 22:53:27 +0000 (15:53 -0700)
commit884ac59256d19db5ee25d976a4f5e60cce51d7d5
treec1394ecd892a20acad13b5b742e1a655dd5f2db3
parentcc48812cb55e046a77ce1b4aad33566acc5fbd47
Re-enable the warning for unused parameters.

It's easy enough to squelch the warning with an __attribute__ ((unused))
and it might just catch something for us in the future.
Makefile
notmuch-private.h
notmuch.c