You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/05/20 00:37:55 UTC

svn commit: r946470 - /activemq/activemq-cpp/branches/activemq-cpp-3.1.x/activemq-cpp/src/main/decaf/lang/Thread.cpp

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