Author: tabish Date: Wed May 19 22:37:54 2010 New Revision: 946470 URL: http://svn.apache.org/viewvc?rev=946470&view=rev Log: Fix some windows compiler errors and warnings. Modified: activemq/activemq-cpp/branches/activemq-cpp-3.1.x/activemq-cpp/src/main/decaf/lang/Thread.cpp Modified: activemq/activemq-cpp/branches/activemq-cpp-3.1.x/activemq-cpp/src/main/decaf/lang/Thread.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-3.1.x/activemq-cpp/src/main/decaf/lang/Thread.cpp?rev=946470&r1=946469&r2=946470&view=diff ============================================================================== --- activemq/activemq-cpp/branches/activemq-cpp-3.1.x/activemq-cpp/src/main/decaf/lang/Thread.cpp (original) +++ activemq/activemq-cpp/branches/activemq-cpp-3.1.x/activemq-cpp/src/main/decaf/lang/Thread.cpp Wed May 19 22:37:54 2010 @@ -214,6 +214,8 @@ namespace{ #else ExitThread( 0 ); #endif + + return 0; } #endif