commit | 232ff757d41b1d3ed34959277159b945010d3ddc | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Wed May 03 22:58:01 2017 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Fri May 05 13:07:04 2017 -0400 |
tree | 525110e780d2f1db95c59b16a4ab8130ab38e203 | |
parent | a9b6ef426d4dc88d16ac1f076182852be225b5f6 [diff] |
libselinux/utils: add noreturn attribute to selinux_check_access's usage When building libselinux, clang reports the following warning: selinux_check_access.c:8:1: error: function 'usage' could be declared with attribute 'noreturn' [-Werror,-Wmissing-noreturn] While at it, make progname const. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>