From 5a1568cb0c3ef6ed697269add229c4d5e6829b9b Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Mon, 25 Dec 2023 21:59:53 -0600 Subject: add instance remove --- src/macros.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/macros.h') 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 */ -- cgit v1.2.3-70-g09d2