Skip to content

Commit 65e3171

Browse files
fix warning for unused parameter
1 parent abc4e27 commit 65e3171

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wolfsftp.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4861,6 +4861,9 @@ static int SFTP_GetAttributes_Handle(WOLFSSH* ssh, byte* handle, int handleSz,
48614861
atr->atime = info.ftime;
48624862
atr->mtime = info.ftime;
48634863
#endif /* NO_WOLFSSH_MKTIME */
4864+
4865+
WOLFSSH_UNUSED(ssh);
4866+
WOLFSSH_UNUSED(handleSz);
48644867
return WS_SUCCESS;
48654868
}
48664869

0 commit comments

Comments
 (0)