Re: [systemd-devel] [PATCH] shared: fix cppcheck warnings

2014-10-20 Thread Boris Egorov
#x27;ll commit them, though they don't really matter much Nevermind, let's leave it too. -- Best Regards, Boris Egorov ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH] shared: fix cppcheck warnings

2014-10-14 Thread Boris Egorov
Minor patch. Fixes defects found by cppcheck: do not check if unsigned value is const, reduce scope of a few variables. Signed-off-by: Boris Egorov --- src/shared/macro.h | 2 +- src/shared/ring.c | 7 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/shared/macro.h b