From: John L. <jr...@us...> - 2005-12-22 19:53:02
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6452/wxLua/modules/wxlua/include Modified Files: wxlstate.h Log Message: fix MSVC warnings Index: wxlstate.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxlstate.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** wxlstate.h 22 Dec 2005 18:42:35 -0000 1.12 --- wxlstate.h 22 Dec 2005 19:52:50 -0000 1.13 *************** *** 505,509 **** wxLUA_UNUSED_NOTUNICODE(int lua_Load(lua_Chunkreader reader, void *dt, const wxString& chunkname) { return lua_Load(reader, dt, wx2lua(chunkname)); }) ! int lua_Dump (lua_State *L, lua_Chunkwriter writer, void *data); // ----------------------------------------------------------------------- --- 505,509 ---- wxLUA_UNUSED_NOTUNICODE(int lua_Load(lua_Chunkreader reader, void *dt, const wxString& chunkname) { return lua_Load(reader, dt, wx2lua(chunkname)); }) ! int lua_Dump(lua_Chunkwriter writer, void *data); // ----------------------------------------------------------------------- |