pedantic: make the code C90 clean

This commit is contained in:
Daniel Stenberg 2010-05-03 22:16:01 +02:00
parent 79b97c67c7
commit 9251642ef3

View File

@ -52,10 +52,10 @@ static void kbd_callback(const char *name, int name_len,
LIBSSH2_USERAUTH_KBDINT_RESPONSE *responses, LIBSSH2_USERAUTH_KBDINT_RESPONSE *responses,
void **abstract) void **abstract)
{ {
(void)abstract;
int i; int i;
size_t n; size_t n;
char buf[1024]; char buf[1024];
(void)abstract;
printf("Performing keyboard-interactive authentication.\n"); printf("Performing keyboard-interactive authentication.\n");