aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-30 12:12:34 +0100
committerAndreas Schneider <asn@cynapses.org>2010-12-30 12:12:34 +0100
commit4728ac54fc4dffc6758879a6ad6faee04f6cc371 (patch)
treed7f41f48ec5d74600e7de5d2df648eaaf4356296
parentda863405518962a5798f504acdb85257dfa8730d (diff)
downloadlibssh-4728ac54fc4dffc6758879a6ad6faee04f6cc371.tar.gz
libssh-4728ac54fc4dffc6758879a6ad6faee04f6cc371.tar.xz
libssh-4728ac54fc4dffc6758879a6ad6faee04f6cc371.zip
build: Fixed some build warnings.
-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();
}