Skip to content

Commit 9bdf579

Browse files
karel-msjaeckel
authored andcommitted
fix unused variable warning in hashes/tiger
1 parent 7d4a646 commit 9bdf579

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hashes/tiger.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ int tiger_done(hash_state * md, unsigned char *out)
794794
int s_tiger_test(unsigned int idx)
795795
{
796796
#ifndef LTC_TEST
797+
LTC_UNUSED_PARAM(idx);
797798
return CRYPT_NOP;
798799
#else
799800
static const struct {

0 commit comments

Comments
 (0)