Activate warnings for deprecated functions in CLuaInstMisc & CLuaInstVideo

- Set Lua api version to 1.59
This commit is contained in:
M. Liebmann
2016-09-08 08:42:41 +02:00
parent 80d1e9b6cf
commit b1ab3e2290
3 changed files with 3 additions and 5 deletions

View File

@@ -352,8 +352,7 @@ int CLuaInstVideo::VideoDelete(lua_State *L)
deprecated functions
--------------------------------------------------------------- */
//#define VIDEO_FUNC_DEPRECATED videoFunctionDeprecated
#define VIDEO_FUNC_DEPRECATED(...)
#define VIDEO_FUNC_DEPRECATED videoFunctionDeprecated
void CLuaInstVideo::videoFunctionDeprecated(lua_State *L, std::string oldFunc)
{