diff --git a/annotations.hpp b/annotations.hpp index 025b47d2..82285e2f 100644 --- a/annotations.hpp +++ b/annotations.hpp @@ -27,6 +27,7 @@ #define nonnull __attribute__ ((nonnull)) #define mustuse __attribute__ ((warn_unused_result)) +#define unused __attribute__ ((unused)) #define pure __attribute__ ((pure))