mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-03 02:24:28 +00:00
Remove cast pointer to size_t in cbase.h, it's useless here
This commit is contained in:
parent
d52b03a9c4
commit
6818ff091d
@ -283,7 +283,7 @@ public:
|
||||
#ifdef _DEBUG
|
||||
void FunctionCheck( void *pFunction, char *name )
|
||||
{
|
||||
if( pFunction && !NAME_FOR_FUNCTION( (size_t)( pFunction ) ) )
|
||||
if( pFunction && !NAME_FOR_FUNCTION( pFunction ) )
|
||||
ALERT( at_error, "No EXPORT: %s:%s (%08lx)\n", STRING( pev->classname ), name, (size_t)pFunction );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user