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/xact.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xact.cc') diff --git a/src/xact.cc b/src/xact.cc index d8ed3f8b..4fe3e6e6 100644 --- a/src/xact.cc +++ b/src/xact.cc @@ -787,7 +787,7 @@ void auto_xact_t::extend_xact(xact_base_t& xact) xact.verify(); } - catch (const std::exception& err) { + catch (const std::exception&) { add_error_context(item_context(*this, _("While applying automated transaction"))); add_error_context(item_context(xact, _("While extending transaction"))); throw; -- cgit v1.2.3