summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index e4d5dff..039546f 100644
--- a/utils.h
+++ b/utils.h
@@ -37,6 +37,8 @@
#define __debug__(x)
#endif
+#define UNUSED __attribute__((__unused__))
+
#define N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0]))
#define TRUE 1