You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2010/04/19 16:37:24 UTC

svn commit: r935595 - /qpid/trunk/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp

Author: shuston
Date: Mon Apr 19 14:37:24 2010
New Revision: 935595

URL: http://svn.apache.org/viewvc?rev=935595&view=rev
Log:
Fix g++ compile warning-turned-error

Modified:
    qpid/trunk/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp?rev=935595&r1=935594&r2=935595&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/store/MessageStorePlugin.cpp Mon Apr 19 14:37:24 2010
@@ -453,6 +453,8 @@ MessageStorePlugin::recover(broker::Reco
             case QueueEntry::REMOVING:
                 dtxMap[j->xid]->dequeue(iQ->second, msg);
                 break;
+            default:
+                break;
             }
         }
     }



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org