diff options
Diffstat (limited to 'selinux/sestatus.c')
-rw-r--r-- | selinux/sestatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/sestatus.c b/selinux/sestatus.c index cc17b175b..43e31d455 100644 --- a/selinux/sestatus.c +++ b/selinux/sestatus.c | |||
@@ -159,7 +159,7 @@ static void display_verbose(void) | |||
159 | } | 159 | } |
160 | 160 | ||
161 | int sestatus_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 161 | int sestatus_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
162 | int sestatus_main(int argc, char **argv) | 162 | int sestatus_main(int argc ATTRIBUTE_UNUSED, char **argv) |
163 | { | 163 | { |
164 | unsigned opts; | 164 | unsigned opts; |
165 | const char *pol_path; | 165 | const char *pol_path; |