From: Philippe De Swert <[email protected]> This patchset silences a number of compiler warnings. Most of them are more of a cosmetic nature, but can be useful anyway ;)
Philippe De Swert (5): journal : fix uninitialized var in coredump libsystemd:terminal :fix uninitialized warning resolve: Remove implicit declaration shared:util : Remove shadow compile warning test-strv : Fix shadowing compilation warning src/journal/coredump.c | 2 +- src/libsystemd-terminal/grdev-drm.c | 2 +- src/resolve/resolved.c | 1 + src/shared/util.c | 8 ++++---- src/test/test-strv.c | 8 ++++---- 5 files changed, 11 insertions(+), 10 deletions(-) -- 1.8.3.2 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
