Browse Source

fix warnings on ARGTYPE=3

Steffen Jaeckel 6 years ago
parent
commit
4b448d29a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/headers/tomcrypt_argchk.h

+ 1 - 1
src/headers/tomcrypt_argchk.h

@@ -37,7 +37,7 @@ void crypt_argchk(const char *v, const char *s, int d) NORETURN;
 
 #elif ARGTYPE == 3
 
-#define LTC_ARGCHK(x)
+#define LTC_ARGCHK(x) LTC_UNUSED_PARAM(x)
 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x)
 
 #elif ARGTYPE == 4