More cast, construct, and spacing fixes

This commit is contained in:
Lloyd Dilley 2022-11-14 21:12:12 -05:00
parent c8f8e47c5c
commit 64a71580d8
No known key found for this signature in database
GPG key ID: 4BDB8A2B34026B38
32 changed files with 253 additions and 269 deletions

View file

@ -56,9 +56,8 @@ std::string GetUptime( void )
return builtString;
}
bool CountNPCFunctor( CBaseObject *a, UI32 &b, void *extraData )
bool CountNPCFunctor( CBaseObject *a, UI32 &b, [[maybe_unused]] void *extraData )
{
(void)extraData;
bool retVal = true;
if( ValidateObject( a ))
{