commit | a522d5765d38e6377ccd64b86d6148bb78fcf7b5 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Wed May 31 22:06:14 2017 +0200 |
committer | James Carter <jwcart2@tycho.nsa.gov> | Thu Jun 01 12:36:38 2017 -0400 |
tree | 4a85383e768786732ee67b0e5dcba5af2ddfb073 | |
parent | e501d3b6e8d20599feaffa0c46e49af44718804b [diff] |
libsepol: do not use handle when it is marked unused Assigning NULL to handle does not perform anything useful and clang complains about this: ibendports.c:122:2: error: 'handle' was marked unused but was used [-Werror,-Wused-but-marked-unused] handle = NULL; ^ ibpkeys.c:115:2: error: 'handle' was marked unused but was used [-Werror,-Wused-but-marked-unused] handle = NULL; ^ Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>