aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2023-12-25 21:59:53 -0600
committerLibravatar bigfoot547 <[email protected]>2023-12-25 21:59:53 -0600
commit5a1568cb0c3ef6ed697269add229c4d5e6829b9b (patch)
tree80d73cb8155a4381718794a6fefe10f9e8f05567 /src/macros.h
parent[WIP] Add instances (diff)
add instance remove
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 */