aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aes/workarounds.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-17 07:11:34 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-17 07:11:34 +0300
commitbbe68505981c448c7b81e1ad98fc038ef19d0c17 (patch)
treead589e44a12c232ba71d435e1c17c9e984032864 /include/aes/workarounds.h
parentCMakeLists.txt: code style (diff)
downloadaes-tools-bbe68505981c448c7b81e1ad98fc038ef19d0c17.tar.gz
aes-tools-bbe68505981c448c7b81e1ad98fc038ef19d0c17.zip
fix compiler warnings
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__)