diff options
Diffstat (limited to 'libselinux/utils/matchpathcon.c')
-rw-r--r-- | libselinux/utils/matchpathcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libselinux/utils/matchpathcon.c b/libselinux/utils/matchpathcon.c index d1f1348b..fca8ee29 100644 --- a/libselinux/utils/matchpathcon.c +++ b/libselinux/utils/matchpathcon.c @@ -12,7 +12,7 @@ #include <limits.h> #include <stdlib.h> -static void usage(const char *progname) +static __attribute__ ((__noreturn__)) void usage(const char *progname) { fprintf(stderr, "usage: %s [-N] [-n] [-f file_contexts] [ -P policy_root_path ] [-p prefix] [-Vq] path...\n", |