From 5223fa57400b06f456967fdc1da49ecc6bb140f8 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 23 Sep 2009 11:43:06 +0200 Subject: Shut up warning in libssh_scp --- examples/libssh_scp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/libssh_scp.c') diff --git a/examples/libssh_scp.c b/examples/libssh_scp.c index e2f8dc6..5d92e3c 100644 --- a/examples/libssh_scp.c +++ b/examples/libssh_scp.c @@ -175,6 +175,7 @@ static int do_copy(struct location *src, struct location *dest, int recursive){ int total=0; int mode; char *filename; + (void)recursive; /* Get the file name and size*/ if(!src->is_ssh){ fd=fileno(src->file); -- cgit