diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 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); |