From 7e53648b593b24382e279226530ee92ef1a12669 Mon Sep 17 00:00:00 2001 From: antona Date: Tue, 2 Aug 2005 09:44:58 +0000 Subject: [PATCH] Fix a warning. --- ntfsprogs/decrypt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ntfsprogs/decrypt.c b/ntfsprogs/decrypt.c index 416cb94b..876b33f8 100644 --- a/ntfsprogs/decrypt.c +++ b/ntfsprogs/decrypt.c @@ -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;