com32: Use z size specifier for printf-ing size_t variable
commit5270b9e01c7f5220c989eff7de3dac7c2ac69dd8
authorMartin Str|mberg <ams@ludd.ltu.se>
Fri, 19 Dec 2014 02:34:00 +0000 (18 21:34 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Tue, 6 Jan 2015 01:43:13 +0000 (5 20:43 -0500)
tree81fb9d0814cfdea049ac63eb7ead90beb26abb44
parent3106dcd19061b4443c5beba4f0e09412e8d37fbe
com32: Use z size specifier for printf-ing size_t variable

Use the z size specifier to printf-ing size_t variables to get rid of gcc
warning format ‘%08x’ expects type ‘unsigned int’, but argument 2 has
type ‘long unsigned int’

Author: Martin Str|mberg <ams@ludd.ltu.se>
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
com32/lib/syslinux/initramfs_file.c
com32/mboot/map.c
com32/menu/menumain.c
com32/modules/cptime.c
com32/modules/pmload.c
com32/sysdump/dmi.c