From 0e02961b00a9eb52cf3e1cbdbede7d5295a80b8f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 14 Apr 2007 06:13:14 +0000 Subject: Cleaned up warnings revealed by building with Xcode. --- textual.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'textual.cc') diff --git a/textual.cc b/textual.cc index b1c19308..b2370157 100644 --- a/textual.cc +++ b/textual.cc @@ -563,7 +563,6 @@ unsigned int textual_parser_t::parse(std::istream& in, { static bool added_auto_entry_hook = false; static char line[MAX_LINE + 1]; - char c; unsigned int count = 0; unsigned int errors = 0; @@ -830,7 +829,7 @@ unsigned int textual_parser_t::parse(std::istream& in, } default: { - unsigned int first_line = linenum; + //unsigned int first_line = linenum; unsigned long pos = end_pos; if (entry_t * entry = parse_entry(in, line, journal, account_stack.front(), -- cgit v1.2.3