diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 02:47:51 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 02:47:51 (GMT) |
commit | e03fb9904ba91e44023ea56758f438b0005f8972 (patch) | |
tree | c2a09fa1a7d197769c4767abe13579c3d37e3e54 | |
parent | f33412e50acbb57c3c02a412a3e9574639576f83 (diff) | |
download | monitoring-plugins-e03fb9904ba91e44023ea56758f438b0005f8972.tar.gz |
check_hpjd: linter fixes
-rw-r--r-- | plugins/check_hpjd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index 6e4ddcb..b39bccf 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c | |||
@@ -57,7 +57,7 @@ const char *email = "devel@monitoring-plugins.org"; | |||
57 | #define ONLINE 0 | 57 | #define ONLINE 0 |
58 | #define OFFLINE 1 | 58 | #define OFFLINE 1 |
59 | 59 | ||
60 | static int process_arguments(int, char **); | 60 | static int process_arguments(int /*argc*/, char ** /*argv*/); |
61 | static int validate_arguments(void); | 61 | static int validate_arguments(void); |
62 | static void print_help(void); | 62 | static void print_help(void); |
63 | void print_usage(void); | 63 | void print_usage(void); |