Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 50521 invoked from network); 26 Aug 2008 13:08:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Aug 2008 13:08:02 -0000 Received: (qmail 57118 invoked by uid 500); 26 Aug 2008 13:07:54 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 57097 invoked by uid 500); 26 Aug 2008 13:07:53 -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 57081 invoked by uid 99); 26 Aug 2008 13:07:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 06:07:53 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 13:07:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2570123889E9; Tue, 26 Aug 2008 06:07:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r689062 - /activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp Date: Tue, 26 Aug 2008 13:07:03 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080826130703.2570123889E9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Tue Aug 26 06:07:02 2008 New Revision: 689062 URL: http://svn.apache.org/viewvc?rev=689062&view=rev Log: Fix some warnings on windows Modified: activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp Modified: activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp?rev=689062&r1=689061&r2=689062&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp (original) +++ activemq/activemq-cpp/trunk/src/test/decaf/internal/net/URIEncoderDecoderTest.cpp Tue Aug 26 06:07:02 2008 @@ -104,7 +104,7 @@ string test1; string test2; - test1 += 156; + test1 += (char)156; test2 += 'A'; CPPUNIT_ASSERT_NO_THROW_MESSAGE(