[X2Go-Commits] [nx-libs] 01/01: nxcomp/test/logging_test.cpp: return a value in non-void function.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 15 17:10:09 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository nx-libs.

commit df6afb60d73cfc9f4615cf634feb3465c6694b61
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Dec 15 17:10:04 2017 +0100

    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(+)

diff --git a/nxcomp/test/logging_test.cpp b/nxcomp/test/logging_test.cpp
index 7e2d7d2..fea6bdf 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) {

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list