mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: imagelib: add missing argument name, so it compilers with old C standards compliant compilers
This commit is contained in:
@@ -119,9 +119,9 @@ static void Image_IncrementLookupTime( void )
|
||||
g_lookup_start = Sys_DoubleTime();
|
||||
}
|
||||
#else
|
||||
static void Image_ReportLookupsCount( const char * )
|
||||
static void Image_ReportLookupsCount( const char *name )
|
||||
{
|
||||
|
||||
(void)name;
|
||||
}
|
||||
static void Image_IncrementLookupTime( void )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user