summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index b61ebac9..646af602 100644
--- a/lib.h
+++ b/lib.h
@@ -95,9 +95,11 @@ typedef double_uintptr_t dbl_ucnum;
#ifdef __GNUC__
#define NORETURN __attribute__((noreturn))
#define NOINLINE __attribute__((noinline))
+#define UNUSED __attribute__((unused))
#else
#define NORETURN
#define NOINLINE
+#define UNUSED
#endif
typedef enum type {