opengnsys_ipxe/src/util
Joshua Oreman 0677a383e0 [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>
2009-10-20 16:57:54 -04:00
..
Option [util] Fix interpretation of short jumps in Option::ROM 2008-08-27 20:36:30 +01:00
.gitignore [build] Enable building with the Intel C compiler (icc) 2009-03-26 07:27:19 +00:00
Makefile - first check-in for mucurses_test.c 2006-06-27 17:31:01 +00:00
catrom.pl Initial revision 2005-03-08 18:53:11 +00:00
disrom.pl [util] Tidy up output of disrom.pl 2009-01-09 19:38:53 +00:00
efirom.c [efi] Ensure EFI ROM checksum is zero 2009-01-09 20:52:26 +00:00
elf2efi.c [efi] Use POSIX version of basename() in elf2efi.c 2009-03-31 07:07:44 +01:00
geniso [geniso] Emit proper error message for incorrect location of ISOLINUX_BIN 2009-08-09 00:05:49 +01:00
genliso [util] Make mtools check detect new versions 2009-10-15 14:54:30 -04:00
gensdsk [util] Change gensdsk file permissions to include execute 2009-10-20 10:07:50 -04:00
get-pci-ids Initial revision 2005-03-08 18:53:11 +00:00
hijack.c Make pcap_inject non-static, so that its prototype doesn't conflict with 2006-04-05 11:44:05 +00:00
iccfix.c [build] Enable building with the Intel C compiler (icc) 2009-03-26 07:27:19 +00:00
licence.pl [legal] Add the MIT and ISC licenses to licence.pl 2009-08-02 23:30:38 +01:00
makerom.pl Produce no output unless -v is specified or an error occurs. 2007-07-17 01:59:48 +01:00
mergerom.pl [util] Allow Option::ROM to understand and modify initialisation entry point 2008-08-15 04:10:35 +01:00
modrom.pl [modrom] Avoid clobbering near jump with checksum 2009-10-15 14:47:54 -04:00
mucurses_test.c - modified length of password string to match visible field length 2006-06-28 11:52:30 +00:00
nrv2b.c Initial revision 2005-03-08 18:53:11 +00:00
padimg.pl [build] Simplify use of Getopt::Long in padimg.pl 2009-04-16 06:13:09 +01:00
parserom.pl [pci] Add driver_data field to struct pci_device_id 2009-03-26 10:22:15 +00:00
sortobjdump.pl [util] Don't die on undefined symbols in sortobjdump.pl 2008-10-10 03:42:22 +01:00
swapdevids.pl Initial revision 2005-03-08 18:53:11 +00:00
symcheck.pl Restore the "shared symbol found only in a single object should be 2007-07-17 01:39:06 +01:00
zbin.c [zbin] Fix 64-bit compilation warnings for util/zbin.c 2009-10-20 16:57:54 -04:00