aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/libssh_scp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/libssh_scp.c b/examples/libssh_scp.c
index e2f8dc6e..5d92e3c6 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);