add comments to suppres -Wimplicit-fallthrough warnings

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0ea72b9d51
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-09-25 11:25:50 +02:00
committed by vanhofen
parent d45976cebf
commit a4040cbcb9
12 changed files with 19 additions and 2 deletions

View File

@@ -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: