summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/phantom
diff options
context:
space:
mode:
authorJoshua Oreman2009-10-18 22:32:59 +0200
committerMarty Connor2009-10-20 22:57:54 +0200
commit0677a383e076d7391f74045f051ee066c204c91d (patch)
treeb76b4f511ae9451762abb7c00e2c9f29b17fbcc4 /src/drivers/net/phantom
parent[util] Change gensdsk file permissions to include execute (diff)
downloadipxe-0677a383e076d7391f74045f051ee066c204c91d.tar.gz
ipxe-0677a383e076d7391f74045f051ee066c204c91d.tar.xz
ipxe-0677a383e076d7391f74045f051ee066c204c91d.zip
[zbin] Fix 64-bit compilation warnings for util/zbin.c
Recent gcc versions generate more warnings when compiling util/zbin.c on a 64-bit system: util/zbin.c: In function `read_file': util/zbin.c:85: warning: format `%d' expects type `int', but argument 3 has type `size_t' util/zbin.c:91: warning: format `%d' expects type `int', but argument 3 has type `size_t' util/zbin.c: In function `read_zinfo_file': util/zbin.c:119: warning: format `%d' expects type `int', but argument 4 has type `size_t' util/zbin.c: In function `alloc_output_file': util/zbin.c:134: warning: format `%d' expects type `int', but argument 3 has type `size_t' util/zbin.c: In function `process_zinfo_add': util/zbin.c:244: warning: format `%d' expects type `int', but argument 3 has type `size_t' util/zbin.c:266: warning: format `%d' expects type `int', but argument 7 has type `size_t' util/zbin.c:286: warning: format `%#x' expects type `unsigned int', but argument 7 has type `size_t' util/zbin.c: In function `write_output_file': util/zbin.c:348: warning: format `%d' expects type `int', but argument 3 has type `size_t' This patch eliminates these warnings. Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/drivers/net/phantom')
0 files changed, 0 insertions, 0 deletions