Explorar o código

fix unused variable warning in hashes/tiger

Karel Miko hai 1 ano
pai
achega
9bdf5794d3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)
 int s_tiger_test(unsigned int idx)
 {
 {
  #ifndef LTC_TEST
  #ifndef LTC_TEST
+    LTC_UNUSED_PARAM(idx);
     return CRYPT_NOP;
     return CRYPT_NOP;
  #else
  #else
   static const struct {
   static const struct {