aboutsummaryrefslogtreecommitdiffstats
path: root/libselinux/utils/getsebool.c
diff options
context:
space:
mode:
Diffstat (limited to 'libselinux/utils/getsebool.c')
-rw-r--r--libselinux/utils/getsebool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libselinux/utils/getsebool.c b/libselinux/utils/getsebool.c
index 9ae92430..3c6eba55 100644
--- a/libselinux/utils/getsebool.c
+++ b/libselinux/utils/getsebool.c
@@ -6,7 +6,7 @@
#include <string.h>
#include <selinux/selinux.h>
-static void usage(const char *progname)
+static __attribute__ ((__noreturn__)) void usage(const char *progname)
{
fprintf(stderr, "usage: %s -a or %s boolean...\n", progname, progname);
exit(1);