diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-Threads.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-Threads.cc b/tests/test-Threads.cc index daebf5f..82bc9ec 100644 --- a/tests/test-Threads.cc +++ b/tests/test-Threads.cc @@ -12,6 +12,7 @@ class TestThread : public Thread { void * TestThread::proc() { Printer::log(M_STATUS, "Into a thread"); + return NULL; } void MainTask::Do() { |