From 14339fb01f107665941dd2fc016b0563b37edfd3 Mon Sep 17 00:00:00 2001 From: asvitkine <> Date: Sun, 22 Aug 2010 19:31:36 +0000 Subject: [PATCH] add NULL return value to macho timer function --- SheepShaver/src/timer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SheepShaver/src/timer.cpp b/SheepShaver/src/timer.cpp index 93a906f0..5e8b6815 100644 --- a/SheepShaver/src/timer.cpp +++ b/SheepShaver/src/timer.cpp @@ -573,6 +573,7 @@ static void *timer_func(void *arg) } semaphore_signal(wakeup_time_sem); } + return NULL; } #endif