6 lines
96 B
C++
6 lines
96 B
C++
|
|
void tolua_error (lua_State* L, const char* msg, tolua_Error* err)
|
|
{
|
|
__coverity_panic__();
|
|
}
|