From df6afb60d73cfc9f4615cf634feb3465c6694b61 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Fri, 15 Dec 2017 17:10:04 +0100 Subject: nxcomp/test/logging_test.cpp: return a value in non-void function. Failed *SUSE checks. --- nxcomp/test/logging_test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nxcomp') 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) { -- cgit v1.2.3