cppcheck syntax error (cross-checked on other projects reusing bitlib)

This commit is contained in:
Philippe Teuwen
2026-02-21 14:06:20 +01:00
parent b62658f5ac
commit 5b6c1cdb97

View File

@@ -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