This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from a10b9c6 nx-X11/config/cf/linux.cf: recursive macros aren't a thing. new df6afb6 nxcomp/test/logging_test.cpp: return a value in non-void function. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nxcomp/test/logging_test.cpp | 2 ++ 1 file changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
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@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