You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by nm...@apache.org on 2007/04/06 15:02:35 UTC

svn commit: r526147 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp

Author: nmittler
Date: Fri Apr  6 06:02:34 2007
New Revision: 526147

URL: http://svn.apache.org/viewvc?view=rev&rev=526147
Log:
fixed warning from unused parameter in ActiveMQConsumer.cpp

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp?view=diff&rev=526147&r1=526146&r2=526147
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp Fri Apr  6 06:02:34 2007
@@ -362,7 +362,7 @@
 
 ////////////////////////////////////////////////////////////////////////////////
 void ActiveMQConsumer::afterMessageIsConsumed( ActiveMQMessage* message, 
-    bool messageExpired )
+    bool messageExpired AMQCPP_UNUSED )
 {
     try
     {