style(lua): ignore bogus warning
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
abe93dfec0
commit
bdea42b2a9
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ static void open_thread(lua_State * L) {
|
||||||
SET_GLOBAL_FUN(thread_pred, "is_thread");
|
SET_GLOBAL_FUN(thread_pred, "is_thread");
|
||||||
}
|
}
|
||||||
|
|
||||||
static int check_interrupted(lua_State * ) {
|
static int check_interrupted(lua_State *) { // NOLINT
|
||||||
check_interrupted();
|
check_interrupted();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue