diff options
-rw-r--r-- | nxcomp/test/logging_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nxcomp/test/logging_test.cpp b/nxcomp/test/logging_test.cpp index 7e2d7d213..fea6bdf29 100644 --- a/nxcomp/test/logging_test.cpp +++ b/nxcomp/test/logging_test.cpp @@ -40,6 +40,8 @@ void* log_task (void* /* unused */) { for (std::size_t i = 0; i < 10; ++i) { nxinfo << "Log message " << i << std::endl; } + + return (NULL); } void sig_handler (int signo) { |