diff options
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 | ||