Core: Remove "may be used uninitialized in this function", "unused parameter ‘xxx’" and "'xxx' defined but not used" warnings

--HG--
branch : trunk
This commit is contained in:
Spp
2010-08-21 23:08:54 +02:00
parent a136403dee
commit 572f7bbd1d
20 changed files with 37 additions and 31 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ WorldSession::~WorldSession()
}
///- empty incoming packet queue
WorldPacket* packet;
WorldPacket* packet = NULL;
while (_recvQueue.next(packet))
delete packet;