lib/util/tests: clang fix Value stored to 'lines' is never read warning
authorNoel Power <noel.power@suse.com>
Thu, 23 May 2019 13:52:50 +0000 (13:52 +0000)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 4 Jun 2019 22:13:07 +0000 (22:13 +0000)
commita0ccec6291a219ded9b1a86ddaa18a61456699da
tree3efbde1516672cc6fabca04916fe5e7d130eea22
parent71e7b5d14e65ced795a3d1a63891e94e284f2eb6
lib/util/tests: clang fix Value stored to 'lines' is never read warning

Fixes

lib/util/tests/file.c:153:2: warning: Value stored to 'lines' is never read <--[clang]

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/util/tests/file.c