Browse Source

fix unused variable warning in hashes/tiger

Karel Miko 1 year ago
parent
commit
9bdf5794d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/hashes/tiger.c

+ 1 - 0
src/hashes/tiger.c

@@ -794,6 +794,7 @@ int tiger_done(hash_state * md, unsigned char *out)
 int s_tiger_test(unsigned int idx)
 {
  #ifndef LTC_TEST
+    LTC_UNUSED_PARAM(idx);
     return CRYPT_NOP;
  #else
   static const struct {