summaryrefslogtreecommitdiff
path: root/tests/test-Threads.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-Threads.cc')
-rw-r--r--tests/test-Threads.cc1
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() {