aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/torture.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/torture.c b/tests/torture.c
index f8c195ef..1bd7b159 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -9,5 +9,8 @@ int torture_libssh_verbosity(void){
}
int main(int argc, char **argv) {
+ (void) argc;
+ (void) argv;
+
return torture_run_tests();
}