From 1cfc04f1f59b0a3d8c75b901554cd05ec90158ce Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 3 May 2009 22:21:46 -0500 Subject: [7745] Fixed gcc warnings. Author: AlexDereka --HG-- branch : trunk --- src/game/PoolHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/PoolHandler.cpp') diff --git a/src/game/PoolHandler.cpp b/src/game/PoolHandler.cpp index bb2276a6d24..54b18fc6b28 100644 --- a/src/game/PoolHandler.cpp +++ b/src/game/PoolHandler.cpp @@ -322,7 +322,7 @@ bool PoolGroup::ReSpawn1Object(uint32 guid) // Nothing to do for a child Pool template <> -bool PoolGroup::ReSpawn1Object(uint32 guid) +bool PoolGroup::ReSpawn1Object(uint32 /*guid*/) { return true; } -- cgit v1.2.3