make it C90 compliant
This commit is contained in:
parent
12fd204ae4
commit
79ee2f339e
@ -70,9 +70,9 @@ static int test_libssh2_base64_decode (LIBSSH2_SESSION *session)
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
LIBSSH2_SESSION *session;
|
LIBSSH2_SESSION *session;
|
||||||
|
int rc;
|
||||||
(void)argv;
|
(void)argv;
|
||||||
(void)argc;
|
(void)argc;
|
||||||
int rc;
|
|
||||||
|
|
||||||
rc = libssh2_init (LIBSSH2_INIT_NO_CRYPTO);
|
rc = libssh2_init (LIBSSH2_INIT_NO_CRYPTO);
|
||||||
if (rc != 0)
|
if (rc != 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user