From cf904ec83224d4369e112bbbaf64a4b9b2b9d193 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Sun, 3 May 2009 03:52:37 +0000 Subject: Some more fixes to build under Visual Studio 2008 Remove some simple Visual Studio 2008 warnings Fix qmfconsole build under Windows and CMake git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@771020 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Connector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client') diff --git a/cpp/src/qpid/client/Connector.cpp b/cpp/src/qpid/client/Connector.cpp index fa2c75429f..8cca36c571 100644 --- a/cpp/src/qpid/client/Connector.cpp +++ b/cpp/src/qpid/client/Connector.cpp @@ -397,7 +397,7 @@ void TCPConnector::run() { } try { socket.close(); - } catch (const std::exception& e) {} + } catch (const std::exception&) {} } void TCPConnector::activateSecurityLayer(std::auto_ptr sl) -- cgit v1.2.1