mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-08 19:02:07 +03:00
kill warnings
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
#include "libssh2.h"
|
||||
|
||||
int test_libssh2_base64_decode (LIBSSH2_SESSION *session)
|
||||
static int test_libssh2_base64_decode (LIBSSH2_SESSION *session)
|
||||
{
|
||||
char *data;
|
||||
unsigned int datalen;
|
||||
@@ -70,6 +70,8 @@ int test_libssh2_base64_decode (LIBSSH2_SESSION *session)
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
LIBSSH2_SESSION *session;
|
||||
(void)argv;
|
||||
(void)argc;
|
||||
|
||||
session = libssh2_session_init();
|
||||
if (!session)
|
||||
|
Reference in New Issue
Block a user