summaryrefslogtreecommitdiff
path: root/cpp/src/tests/MessagingSessionTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/MessagingSessionTests.cpp')
-rw-r--r--cpp/src/tests/MessagingSessionTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/MessagingSessionTests.cpp b/cpp/src/tests/MessagingSessionTests.cpp
index 268bf3fbd3..d6992fc049 100644
--- a/cpp/src/tests/MessagingSessionTests.cpp
+++ b/cpp/src/tests/MessagingSessionTests.cpp
@@ -766,7 +766,7 @@ QPID_AUTO_TEST_CASE(testExclusiveSubscriber)
fix.session.createReceiver(address);
fix.session.sync();
BOOST_FAIL("Expected exception.");
- } catch (const MessagingException& e) {}
+ } catch (const MessagingException& /*e*/) {}
}
QPID_AUTO_TEST_CASE(testAuthenticatedUsername)