diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-01-09 14:57:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-09 14:57:57 +0100 |
| commit | da4fb28fca51b180d50608b0c847b1c0927cd8c5 (patch) | |
| tree | d20769e0a61ac2ba76920190050d3e0a3e7c85b7 /plugins/tests/test_check_swap.c | |
| parent | b09a8b530df8a23610889d0b89b148f22db3568a (diff) | |
| parent | f694f4cd4dfead0da6feab04d92335d9bbe185b6 (diff) | |
| download | monitoring-plugins-da4fb28f.tar.gz | |
Merge branch 'master' into refactor/check_ide_smart
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 | ||
