From 5b6c1cdb977cda4e95ea3141c769fa2acdf0e2fc Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 21 Feb 2026 14:06:20 +0100 Subject: [PATCH] cppcheck syntax error (cross-checked on other projects reusing bitlib) --- client/src/pm3_bitlib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/pm3_bitlib.c b/client/src/pm3_bitlib.c index e6d0022f7..84510b25f 100644 --- a/client/src/pm3_bitlib.c +++ b/client/src/pm3_bitlib.c @@ -56,7 +56,6 @@ typedef size_t lua_UInteger; /* Define TOBIT to get a bit value */ #ifdef BUILTIN_CAST -#define #define TOBIT(L, n, res) \ ((void)(res), luaL_checkinteger((L), (n))) #else