From ee84313b4e4ea3f3e7fbcd62d963812d842c5425 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Mon, 27 Oct 2008 23:52:53 +0000 Subject: Fix minor compile warnings noticed on Windows git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708387 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Results.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/Results.cpp') diff --git a/cpp/src/qpid/client/Results.cpp b/cpp/src/qpid/client/Results.cpp index 7a2d0b6f71..1b98d6c98a 100644 --- a/cpp/src/qpid/client/Results.cpp +++ b/cpp/src/qpid/client/Results.cpp @@ -32,7 +32,7 @@ namespace client { Results::Results() {} Results::~Results() { - try { close(); } catch (const std::exception& e) { assert(0); } + try { close(); } catch (const std::exception& /*e*/) { assert(0); } } void Results::close() -- cgit v1.2.1