Update CoverityModel.cpp
This commit is contained in:
parent
e069948bef
commit
a303adca8b
@ -1,5 +1,17 @@
|
|||||||
|
|
||||||
void tolua_error (lua_State* L, const char* msg, tolua_Error* err)
|
|
||||||
{
|
extern "C" {
|
||||||
__coverity_panic__();
|
struct lua_State;
|
||||||
|
struct tolua_Error
|
||||||
|
{
|
||||||
|
int index;
|
||||||
|
int array;
|
||||||
|
const char* type;
|
||||||
|
};
|
||||||
|
|
||||||
|
void tolua_error (lua_State* L, const char* msg, tolua_Error* err)
|
||||||
|
{
|
||||||
|
__coverity_panic__();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user