mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-29 13:01:13 +03:00
Shut up warning in libssh_scp
This commit is contained in:
@ -175,6 +175,7 @@ static int do_copy(struct location *src, struct location *dest, int recursive){
|
|||||||
int total=0;
|
int total=0;
|
||||||
int mode;
|
int mode;
|
||||||
char *filename;
|
char *filename;
|
||||||
|
(void)recursive;
|
||||||
/* Get the file name and size*/
|
/* Get the file name and size*/
|
||||||
if(!src->is_ssh){
|
if(!src->is_ssh){
|
||||||
fd=fileno(src->file);
|
fd=fileno(src->file);
|
||||||
|
Reference in New Issue
Block a user