diff options
author | Martin Str|mberg <ams@ludd.ltu.se> | 2014-12-17 15:28:14 -0500 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2015-01-05 20:43:13 -0500 |
commit | 5932f124bce94b662b0b7dc9b79cdc4802d4731c (patch) | |
tree | 22f2892da5f6003b791cac8c7f03e5c4337271c3 /gpxe/src/Makefile.housekeeping | |
parent | 4e9a04186557d679a39de1ca18cadc1fbb174250 (diff) | |
download | syslinux-5932f124bce94b662b0b7dc9b79cdc4802d4731c.tar.gz syslinux-5932f124bce94b662b0b7dc9b79cdc4802d4731c.tar.xz syslinux-5932f124bce94b662b0b7dc9b79cdc4802d4731c.zip |
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>
Diffstat (limited to 'gpxe/src/Makefile.housekeeping')
0 files changed, 0 insertions, 0 deletions