TTimo / GtkRadiant

The open source, cross platform level editor for idtech games
http://icculus.org/gtkradiant/
Other
582 stars 152 forks source link

Q3data: Fix warning format %d expects argument of type int #559

Closed Pan7 closed 6 years ago

Pan7 commented 6 years ago

tools/quake3/q3data/md3lib.c:176:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf( " file size: %d\n", fileSize );

See https://github.com/TTimo/GtkRadiant/issues/467