summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/Results.cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-10-27 23:52:53 +0000
committerStephen D. Huston <shuston@apache.org>2008-10-27 23:52:53 +0000
commitee84313b4e4ea3f3e7fbcd62d963812d842c5425 (patch)
tree6c850db2a941a03840566828d1d26b45d06f0c0a /cpp/src/qpid/client/Results.cpp
parent56480c85567423e45a97a1f1c710e656ff0ed52e (diff)
downloadqpid-python-ee84313b4e4ea3f3e7fbcd62d963812d842c5425.tar.gz
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
Diffstat (limited to 'cpp/src/qpid/client/Results.cpp')
-rw-r--r--cpp/src/qpid/client/Results.cpp2
1 files changed, 1 insertions, 1 deletions
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()