Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 68701 invoked from network); 6 Apr 2007 13:02:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 13:02:56 -0000 Received: (qmail 67443 invoked by uid 500); 6 Apr 2007 13:03:03 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 67427 invoked by uid 500); 6 Apr 2007 13:03:03 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 67418 invoked by uid 99); 6 Apr 2007 13:03:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 06:03:03 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 06:02:55 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B28A21A9838; Fri, 6 Apr 2007 06:02:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r526147 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.cpp Date: Fri, 06 Apr 2007 13:02:35 -0000 To: commits@activemq.apache.org From: nmittler@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070406130235.B28A21A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 {