In preparation for the upcoming v2.0 release, I have been building libcgroup and libcgroup-tools on various distros.
This patchset resolves the warnings in libcgroup-tools when running newer versions of gcc. libcgroup code to resolve warnings is available here: https://github.com/drakenclimber/libcgroup/tree/issues/fix-warnings libcgroup-tests code to resolve warnings is available here: https://github.com/drakenclimber/libcgroup-tests/tree/issues/fix-warnings Continuous integration and automated tests are passing: https://github.com/drakenclimber/libcgroup/runs/2458125669 Code coverage remained essentially the same at 51.6%: https://coveralls.io/builds/39190322 Tom Hromatka (3): Makefile.am/tests: Do not compile the old tests gunit: Fix an snprintf() truncation warning gunit: Fix an snprintf() truncation warning Makefile.am | 3 --- gunit/001-path.cpp | 6 ++++-- gunit/013-cgroup_build_tasks_procs_path.cpp | 6 ++++-- 3 files changed, 8 insertions(+), 7 deletions(-) -- 2.25.1 _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel