diff options
| author | Stephen D. Huston <shuston@apache.org> | 2010-04-19 14:37:24 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2010-04-19 14:37:24 +0000 |
| commit | d478077bc72e1378daa4a266a7076d2c83c5a724 (patch) | |
| tree | fbb3e302c259866fd8f71be24db6059e3e70f2cd /qpid/cpp/src | |
| parent | 1f07acf5f421b44506b10f0633cc9ade07385cd9 (diff) | |
| download | qpid-python-d478077bc72e1378daa4a266a7076d2c83c5a724.tar.gz | |
Fix g++ compile warning-turned-error
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/store/MessageStorePlugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; } } } |
