mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
add comments to suppres -Wimplicit-fallthrough warnings
This commit is contained in:
committed by
Jacek Jendrzej
parent
9e2a7d7f79
commit
971f3703a6
@@ -119,6 +119,7 @@ int CLLThread::llthread_copy_value(llthread_copy_state *state, int depth, int id
|
||||
lua_pushcfunction(state->to_L, fn);
|
||||
break;
|
||||
}
|
||||
/* else fall through */
|
||||
case LUA_TUSERDATA:
|
||||
case LUA_TTHREAD:
|
||||
default:
|
||||
|
Reference in New Issue
Block a user