commit | e4f2bcce24181131014dc18d3f948e7e2a65d6cc | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Tue Nov 01 14:23:10 2016 -0700 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue Nov 01 17:29:49 2016 -0400 |
tree | 1815eaf23f28abb609ad90a45f46634b9ec30a4a | |
parent | 4c519cd73031a7c1711d87801be11c716e887d44 [diff] |
libselinux/utils: fix all the noreturn errors When building with clang, multiple noreturn issues arise, for instance: selabel_partial_match.c:11:1: error: function 'usage' could be declared with attribute 'noreturn' [-Werror,-Wmissing-noreturn] Fix these. Signed-off-by: William Roberts <william.c.roberts@intel.com>