diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-15 10:12:04 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-15 05:14:00 -0400 |
commit | 968a6f3c0ac4690a6fc74e8d84058bce91019c2e (patch) | |
tree | 25874de7e90c34224c842e6b716ca9e82fe01028 /src/parser.cc | |
parent | 76b1ed68509d11308d50710f0542cef8fa437329 (diff) | |
download | fork-ledger-968a6f3c0ac4690a6fc74e8d84058bce91019c2e.tar.gz fork-ledger-968a6f3c0ac4690a6fc74e8d84058bce91019c2e.tar.bz2 fork-ledger-968a6f3c0ac4690a6fc74e8d84058bce91019c2e.zip |
Changes for building with Visual Studio 2008
Diffstat (limited to 'src/parser.cc')
-rw-r--r-- | src/parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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:")); |