From 8162b32bad2c0a5d3b771444d77825d752c4af66 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 28 Jan 2007 22:36:23 +0000 Subject: silence compiler warnings --- lib/ssh.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/ssh.c') diff --git a/lib/ssh.c b/lib/ssh.c index 47c3dd45f..24cba1bac 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -186,6 +186,11 @@ kbd_callback(const char *name, int name_len, const char *instruction, fprintf(stderr, "instruction=%s\n", instruction); fprintf(stderr, "instruction_len=%d\n", instruction_len); fprintf(stderr, "num_prompts=%d\n", num_prompts); +#else + (void)name; + (void)name_len; + (void)instruction; + (void)instruction_len; #endif /* CURL_LIBSSH2_DEBUG */ if (num_prompts == 1) { responses[0].text = strdup(ssh->passwd); -- cgit v1.2.3