aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.h b/src/macros.h
index 771032c..4cf6e7b 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -4,5 +4,6 @@
#include "config.h"
#define L2_ARRLEN(_a) (sizeof(_a) / sizeof(*(_a)))
+#define L2_UNUSED(_v) ((void)(_v))
#endif /* include guard */