From 968a6f3c0ac4690a6fc74e8d84058bce91019c2e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 15 Jun 2010 10:12:04 +0100 Subject: Changes for building with Visual Studio 2008 --- src/parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.cc') diff --git a/src/parser.cc b/src/parser.cc index a15775d1..9a1ebf6f 100644 --- a/src/parser.cc +++ b/src/parser.cc @@ -484,7 +484,7 @@ expr_t::parser_t::parse(std::istream& in, return top_node; } - catch (const std::exception& err) { + catch (const std::exception&) { if (original_string) { add_error_context(_("While parsing value expression:")); -- cgit v1.2.3