From d478077bc72e1378daa4a266a7076d2c83c5a724 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Mon, 19 Apr 2010 14:37:24 +0000 Subject: Fix g++ compile warning-turned-error git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935595 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/store/MessageStorePlugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp') diff --git a/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp b/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp index fdb947eef2..f85787d1a3 100644 --- a/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp +++ b/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp @@ -453,6 +453,8 @@ MessageStorePlugin::recover(broker::RecoveryManager& recoverer) case QueueEntry::REMOVING: dtxMap[j->xid]->dequeue(iQ->second, msg); break; + default: + break; } } } -- cgit v1.2.1