We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5d105 commit 570ed8cCopy full SHA for 570ed8c
1 file changed
src/flex-lua-wrapper.hpp
@@ -15,6 +15,7 @@
15
#include <cassert>
16
#include <exception>
17
18
+// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
19
#define TRAMPOLINE_WRAPPED_OBJECT(obj_name, func_name) \
20
int lua_trampoline_##obj_name##_##func_name(lua_State *lua_state) \
21
{ \
0 commit comments