mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 13:12:07 +00:00
Fix Linux build warnings
This was SVN commit r7034.
This commit is contained in:
@@ -645,7 +645,7 @@ static void InitJsTimers()
|
||||
for(size_t i = 0; i < MAX_JS_TIMERS; i++)
|
||||
{
|
||||
const char* description = pos;
|
||||
pos += sprintf(pos, "js_timer %d", i)+1;
|
||||
pos += sprintf(pos, "js_timer %d", (int)i)+1;
|
||||
timer_AddClient(&js_timer_clients[i], description);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user