]> git.ipfire.org Git - thirdparty/systemd.git/commit
util-lib: mark variable with _unused_ to silence clang warning
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 1 Nov 2017 22:01:24 +0000 (23:01 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 1 Nov 2017 22:10:25 +0000 (23:10 +0100)
commit3f6914175c562e0193abfff9202bbd496daa1cae
treed2dbbe500c98bff9681fdac68ada379a2929ee05
parent518044605173fee73f9e4b08a62624ae4b4f5bd2
util-lib: mark variable with _unused_ to silence clang warning

_unused_ means "the variable is meant to be possible unused and gcc
will not generate a warning about it", which is exactly what we need here,
since we're only declaring it for the side effect of _cleanup_.
src/basic/fileio.c