@@ -141,11 +141,11 @@ #else # error of_thread_detach not implemented! #endif } -static OF_INLINE void +static OF_INLINE void OF_NO_RETURN of_thread_exit(void) { #if defined(OF_HAVE_PTHREADS) pthread_exit(NULL); #elif defined(_WIN32)