@@ -143,18 +143,18 @@ #ifdef OF_HAVE_THREADS /*! * @brief Terminates the current thread, letting it return nil. */ -+ (void)terminate; ++ (void)terminate OF_NO_RETURN; /*! * @brief Terminates the current thread, letting it return the specified object. * * @param object The object which the terminated thread will return */ -+ (void)terminateWithObject: (id)object; ++ (void)terminateWithObject: (id)object OF_NO_RETURN; # ifdef OF_HAVE_BLOCKS /*! * @brief Initializes an already allocated thread with the specified block. *