From a3285f6e5d2b70b21aeb37f6cd9dcafe35769f9e Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 5 Jun 2012 17:00:16 +0200 Subject: [PATCH] Silenced a compiler warning --- libisofs/make_isohybrid_mbr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/make_isohybrid_mbr.c b/libisofs/make_isohybrid_mbr.c index ed0939d..64434e4 100644 --- a/libisofs/make_isohybrid_mbr.c +++ b/libisofs/make_isohybrid_mbr.c @@ -539,7 +539,7 @@ int make_isolinux_mbr(int32_t *img_blocks, Ecma119Image *t, uint32_t id, part, nominal_part_size; off_t hd_img_blocks, hd_boot_lba; char *wpt; - uint32_t boot_lba, mbr_id, p_arr_crc, part_start, max_gpt_entries; + uint32_t boot_lba, mbr_id, p_arr_crc = 0, part_start, max_gpt_entries; int head_count, sector_count, ret; int gpt_count = 0, gpt_idx[128], apm_count = 0, gpt_cursor; /* For generating a weak random number */