]> git.cworth.org Git - obsolete/notmuch-old/commit
Drop unused variable.
authorCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 23:07:46 +0000 (16:07 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 23:07:46 +0000 (16:07 -0700)
commit445234ac1f785afac9e81b8271bc582e8c941e67
tree7d6494bc9da104a47fddd5718098c7def0afdc5b
parent3bd4a2eaaa81380fdf8c6130cf636dacefb926fe
Drop unused variable.

I didn't end up adding any of the warnings options that aren't allowed
for C++, (such as -Wold-style-definition, -Wnested-externs,
-Werror-implicit-function-declaration, -Wstrict-prototypes,
-Wmissing-prototypes, or -Wbad-function-cast). So for now we can
drop the separate C and C++ variables for warnings.
Makefile