diff options
-rw-r--r-- | qpid/cpp/src/qpid/client/ConnectionImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/ConnectionImpl.cpp b/qpid/cpp/src/qpid/client/ConnectionImpl.cpp index 98d04d8d66..a9d88bdb87 100644 --- a/qpid/cpp/src/qpid/client/ConnectionImpl.cpp +++ b/qpid/cpp/src/qpid/client/ConnectionImpl.cpp @@ -286,7 +286,7 @@ void ConnectionImpl::open() try { handler.waitForOpen(); QPID_LOG(info, *this << " connected to " << protocol << ":" << host << ":" << port); - } catch (const Exception& e) { + } catch (const Exception&) { connector->checkVersion(version); throw; } |