Fix build warnings (without -Wall).

This commit is contained in:
Robert Millan 2009-11-08 22:54:27 +00:00
parent d70d390732
commit dc83dd6422
9 changed files with 29 additions and 22 deletions

View file

@ -123,7 +123,7 @@ void FDECL1(get_torito_desc, struct eltorito_boot_descriptor *, boot_desc)
unsigned char * checksum_ptr;
struct directory_entry * de;
struct directory_entry * de2;
int i;
unsigned int i;
int nsectors;
memset(boot_desc, 0, sizeof(*boot_desc));