Reacted on harmless compiler warning about uninitialized variable.

This commit is contained in:
Thomas Schmitt 2017-04-25 12:11:33 +02:00
parent 0e7300b1a8
commit fb8697081b
1 changed files with 1 additions and 1 deletions

View File

@ -2508,7 +2508,7 @@ int assess_appended_gpt(Ecma119Image *t, int flag)
0xba, 0x4b, 0x00, 0xa0, 0xc9, 0x3e, 0xc9, 0x3b
};
static uint8_t zero_uuid[16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
int i, ret, do_apm = 0, do_gpt = 0, index, already_in_gpt;
int i, ret, do_apm = 0, do_gpt = 0, index, already_in_gpt = 0;
uint8_t gpt_name[72], *type_uuid;
#ifndef Libisofs_appended_partitions_inlinE