com32: change '%llx' to use PRIx64
commit5932f124bce94b662b0b7dc9b79cdc4802d4731c
authorMartin Str|mberg <ams@ludd.ltu.se>
Wed, 17 Dec 2014 20:28:14 +0000 (17 15:28 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Tue, 6 Jan 2015 01:43:13 +0000 (5 20:43 -0500)
tree22f2892da5f6003b791cac8c7f03e5c4337271c3
parent4e9a04186557d679a39de1ca18cadc1fbb174250
com32: change '%llx' to use PRIx64

Get rid of printf format warning format ‘%llx’ expects type
‘long long unsigned int’, but argument 2 has type ‘uint64_t’

Use <inttypes.h> PRIx64 instead of llx to get rid of gcc warning
format ‘%llx’ expects type ‘long long unsigned int’, but argument 2
has type ‘uint64_t’

Author: Martin Str|mberg <ams@ludd.ltu.se>
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
com32/gpllib/acpi/xsdt.c
com32/hdt/hdt-cli-memory.c
com32/hdt/hdt-dump-memory.c
com32/hdt/hdt-menu-memory.c
com32/lib/syslinux/disk.c
com32/modules/meminfo.c