--- linuxsampler/trunk/src/common/Thread.cpp 2005/04/10 11:54:58 496 +++ linuxsampler/trunk/src/common/Thread.cpp 2005/04/10 11:55:44 497 @@ -187,6 +187,7 @@ Running = false; pthread_mutex_unlock(&__thread_state_mutex); pthread_cond_broadcast(&__thread_exit_condition); + return 0; } /// Callback function for the POSIX thread API @@ -198,6 +199,7 @@ t->LockMemory(); t->EnableDestructor(); t->Main(); + return NULL; } /// Callback function for the POSIX thread API