diff options
author | Eugene Sandulenko | 2010-10-18 17:13:03 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-10-18 17:13:03 +0000 |
commit | c360aa9d142f038785a9805972cc6950398a4443 (patch) | |
tree | e77c36dab70b786679550b58ecd7ef44077a1722 /engines | |
parent | 3feac393b0c951c53d96181b320dd42f5c725f35 (diff) | |
download | scummvm-rg350-c360aa9d142f038785a9805972cc6950398a4443.tar.gz scummvm-rg350-c360aa9d142f038785a9805972cc6950398a4443.tar.bz2 scummvm-rg350-c360aa9d142f038785a9805972cc6950398a4443.zip |
SWORD25: Fix warning
svn-id: r53569
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sword25/util/pluto/pluto.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sword25/util/pluto/pluto.cpp b/engines/sword25/util/pluto/pluto.cpp index 61eb40e984..9e7d0c804d 100644 --- a/engines/sword25/util/pluto/pluto.cpp +++ b/engines/sword25/util/pluto/pluto.cpp @@ -1470,6 +1470,7 @@ static void unpersistpermanent(int ref, UnpersistInfo *upi) /* perms reftbl perm */ } +#if 0 /* For debugging only; not called when lua_assert is empty */ static int inreftable(lua_State *L, int ref) { @@ -1485,6 +1486,7 @@ static int inreftable(lua_State *L, int ref) /* perms reftbl ... */ return res; } +#endif static void unpersist(UnpersistInfo *upi) { |