diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-27 23:52:53 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-27 23:52:53 +0000 |
| commit | ee84313b4e4ea3f3e7fbcd62d963812d842c5425 (patch) | |
| tree | 6c850db2a941a03840566828d1d26b45d06f0c0a /cpp/src/qpid/client/Results.cpp | |
| parent | 56480c85567423e45a97a1f1c710e656ff0ed52e (diff) | |
| download | qpid-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.cpp | 2 |
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() |
