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(


Reply via email to