style(lua): ignore bogus warning

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-11-14 14:13:06 -08:00
parent abe93dfec0
commit bdea42b2a9

View file

@ -456,7 +456,7 @@ static void open_thread(lua_State * L) {
SET_GLOBAL_FUN(thread_pred, "is_thread");
}
static int check_interrupted(lua_State * ) {
static int check_interrupted(lua_State *) { // NOLINT
check_interrupted();
return 0;
}