More warning squishing.

Make a note of LuaManager: either define the needed items
or hide them away.
This commit is contained in:
Jason Felds
2011-03-14 14:26:29 -04:00
parent 99a6812fe5
commit b7a5fd9e90
6 changed files with 25 additions and 32 deletions
+6
View File
@@ -42,6 +42,9 @@ public:
private:
lua_State *m_pLuaMain;
// Swallow up warnings. If they must be used, define them.
LuaManager& operator=(const LuaManager& rhs);
LuaManager(const LuaManager& rhs);
};
extern LuaManager *LUA;
@@ -155,6 +158,9 @@ private:
LuaReference *m_Name;
LuaReference *m_pOldValue;
// Swallow up warnings. If they must be used, define them.
LuaThreadVariable& operator=(const LuaThreadVariable& rhs);
};
/**