Fix compile warnings

This commit is contained in:
Lloyd Dilley 2022-11-04 00:52:37 -04:00
parent a904ef7304
commit 285f06dbd2
No known key found for this signature in database
GPG key ID: 4BDB8A2B34026B38
36 changed files with 1097 additions and 1064 deletions

View file

@ -58,6 +58,7 @@ std::string GetUptime( void )
bool CountNPCFunctor( CBaseObject *a, UI32 &b, void *extraData )
{
(void)extraData;
bool retVal = true;
if( ValidateObject( a ))
{