Skip to content

Commit 570ed8c

Browse files
committed
Supress unhelpful clang-tidy warning
1 parent 3c5d105 commit 570ed8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flex-lua-wrapper.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <cassert>
1616
#include <exception>
1717

18+
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
1819
#define TRAMPOLINE_WRAPPED_OBJECT(obj_name, func_name) \
1920
int lua_trampoline_##obj_name##_##func_name(lua_State *lua_state) \
2021
{ \

0 commit comments

Comments
 (0)