diff options
Diffstat (limited to 'runit/sv.c')
-rw-r--r-- | runit/sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/sv.c b/runit/sv.c index 141f7a8bc..45d5572f8 100644 --- a/runit/sv.c +++ b/runit/sv.c | |||
@@ -293,7 +293,7 @@ static unsigned svstatus_print(const char *m) | |||
293 | return pid ? 1 : 2; | 293 | return pid ? 1 : 2; |
294 | } | 294 | } |
295 | 295 | ||
296 | static int status(const char *unused) | 296 | static int status(const char *unused ATTRIBUTE_UNUSED) |
297 | { | 297 | { |
298 | int r; | 298 | int r; |
299 | 299 | ||