From c360aa9d142f038785a9805972cc6950398a4443 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 18 Oct 2010 17:13:03 +0000 Subject: SWORD25: Fix warning svn-id: r53569 --- engines/sword25/util/pluto/pluto.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sword25') 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) { -- cgit v1.2.3