From bbe68505981c448c7b81e1ad98fc038ef19d0c17 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 17 Oct 2016 07:11:34 +0300 Subject: fix compiler warnings --- include/aes/workarounds.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/aes/workarounds.h') diff --git a/include/aes/workarounds.h b/include/aes/workarounds.h index 45fece2..914bd21 100644 --- a/include/aes/workarounds.h +++ b/include/aes/workarounds.h @@ -12,3 +12,5 @@ #else #warning "couldn't determine alignment attribute" #endif + +#define AES_UNUSED_PARAMETER(...) (void) (__VA_ARGS__) -- cgit v1.2.3