]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking/AliHLTTPCHough.cxx
Compilation with CC on Solaris x86
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking / AliHLTTPCHough.cxx
index cc777ba7f9429c6e3f25ef52a82c5e96c06263c5..419afc2750e8b440fc544fdee32d598c115aecc9 100644 (file)
@@ -1499,6 +1499,7 @@ Int_t AliHLTTPCHough::WaitForThreadFinish()
 #else
   return fThread->Join(fThread->GetId());
 #endif
-  AliErrorClassStream() << "thread support not compiled" << endl;
 #endif // HAVE_THREAD
+  AliErrorClassStream() << "thread support not compiled" << endl;
+  return 0;
 }