Enable more compiler warnings and treat them as errors.
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ void FontManager::UnloadFont( Font *fp )
|
||||
return;
|
||||
}
|
||||
|
||||
FAIL_M( ssprintf("Unloaded an unknown font (%p)", fp) );
|
||||
FAIL_M( ssprintf("Unloaded an unknown font (%p)", static_cast<void*>(fp)) );
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user