From 6c19bc243f95fff6754624cbbcf7c73cf0a7a37c Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 17 May 2011 21:05:49 +0000 Subject: QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1104560 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/windows/SaslFactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qpid/client') diff --git a/cpp/src/qpid/client/windows/SaslFactory.cpp b/cpp/src/qpid/client/windows/SaslFactory.cpp index 63c7fa3d1f..d1ae762f1b 100644 --- a/cpp/src/qpid/client/windows/SaslFactory.cpp +++ b/cpp/src/qpid/client/windows/SaslFactory.cpp @@ -153,7 +153,7 @@ std::string WindowsSasl::start(const std::string& mechanisms, return resp; } -std::string WindowsSasl::step(const std::string& challenge) +std::string WindowsSasl::step(const std::string& /*challenge*/) { // Shouldn't get this for PLAIN... throw InternalErrorException(QPID_MSG("Sasl step error")); @@ -169,7 +169,7 @@ std::string WindowsSasl::getUserId() return std::string(); // TODO - when GSSAPI is supported, return userId for connection. } -std::auto_ptr WindowsSasl::getSecurityLayer(uint16_t maxFrameSize) +std::auto_ptr WindowsSasl::getSecurityLayer(uint16_t /*maxFrameSize*/) { return std::auto_ptr(0); } -- cgit v1.2.1