From 873e9ab2b67c071fb6af4024206f54bd3c0b6e3e 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/qpid@935595 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/store/MessageStorePlugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/qpid/store/MessageStorePlugin.cpp') diff --git a/cpp/src/qpid/store/MessageStorePlugin.cpp b/cpp/src/qpid/store/MessageStorePlugin.cpp index fdb947eef2..f85787d1a3 100644 --- a/cpp/src/qpid/store/MessageStorePlugin.cpp +++ b/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