aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aes
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/aes/workarounds.h2
1 files changed, 2 insertions, 0 deletions
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__)