diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-15 16:16:14 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-15 16:16:14 +0200 |
| commit | ff7305bdfe2f682857ba888c70aec2fc7cee798e (patch) | |
| tree | b5b3bdcf41d42d525906b6e8d82cdf143e74ec5d /plugins/tests/test_check_swap.c | |
| parent | f07f96c3cfaeb30f95eb1898d6cc58b200e70831 (diff) | |
| parent | 601a48a63e745817cf2a4c7f3ca526e393dd3fb8 (diff) | |
| download | monitoring-plugins-ff7305bd.tar.gz | |
Merge branch 'master' into refactor/check_apt
Diffstat (limited to 'plugins/tests/test_check_swap.c')
| -rw-r--r-- | plugins/tests/test_check_swap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/tests/test_check_swap.c b/plugins/tests/test_check_swap.c index b85fb4ad..94d56ce7 100644 --- a/plugins/tests/test_check_swap.c +++ b/plugins/tests/test_check_swap.c | |||
| @@ -5,9 +5,7 @@ | |||
| 5 | int verbose = 0; | 5 | int verbose = 0; |
| 6 | 6 | ||
| 7 | void print_usage(void) {} | 7 | void print_usage(void) {} |
| 8 | void print_help(swap_config config) { | 8 | void print_help(swap_config config) { (void)config; } |
| 9 | (void) config; | ||
| 10 | } | ||
| 11 | 9 | ||
| 12 | const char *progname = "test_check_swap"; | 10 | const char *progname = "test_check_swap"; |
| 13 | 11 | ||
