Fix a warning.

edge.strict_endians
antona 2005-08-02 09:44:58 +00:00
parent fd68e4ed66
commit 7e53648b59
1 changed files with 2 additions and 1 deletions

View File

@ -215,7 +215,8 @@ static inline void reverse_buffer(unsigned char *buf, unsigned buf_size)
ntfs_decrypt_user_key *ntfs_decrypt_user_key_open(
ntfs_decrypt_user_key_session *session __attribute__((unused)),
unsigned char *thumb_print, unsigned thumb_size)
unsigned char *thumb_print __attribute__((unused)),
unsigned thumb_size __attribute__((unused)))
{
#ifdef __CYGWIN__
CRYPT_HASH_BLOB hash_blob;