dxx-rebirth/common
Kp fcfd3d7e54 Cast valptridx size_t to unsigned long for Windows
Windows has `typedef unsigned size_t`, so %lu triggers a format warning
for Windows targets.

Reported-by: Mako88 <https://github.com/dxx-rebirth/dxx-rebirth/issues/116>
2015-08-19 02:42:49 +00:00
..
2d Mark various per-file structures as static 2015-08-12 03:11:46 +00:00
3d Mark various per-file structures as static 2015-08-12 03:11:46 +00:00
arch Mark various per-file structures as static 2015-08-12 03:11:46 +00:00
editor Move similar/editor/autosave.cpp -> common/editor/autosave.cpp 2015-07-25 23:10:47 +00:00
include Cast valptridx size_t to unsigned long for Windows 2015-08-19 02:42:49 +00:00
main Use array<> for more globals 2015-08-12 03:11:46 +00:00
maths Add compile-time check for non-overlapping vm_matrix_x_matrix 2015-08-13 03:15:52 +00:00
mem Move DbgShowMemInfo to CArg 2015-08-11 03:05:55 +00:00
misc Move similar/misc/hash.cpp -> common/misc/hash.cpp 2015-07-18 21:01:56 +00:00
texmap Move tmap scanline pointers to structure 2015-07-25 23:10:47 +00:00
ui Mark various per-file structures as static 2015-08-12 03:11:46 +00:00