DISK: Fix Compiler warning
This commit is contained in:
parent
187ee83f07
commit
52fbdcd1f0
1 changed files with 1 additions and 1 deletions
|
@ -1912,7 +1912,7 @@ saved_capac = uptr->capac;
|
|||
uptr->capac = temp_capac;
|
||||
|
||||
for (part = 0; part < RT11_MAXPARTITIONS; part++) {
|
||||
uint16 seg_highest;
|
||||
uint16 seg_highest = 0;
|
||||
int type;
|
||||
|
||||
base = part << 16;
|
||||
|
|
Loading…
Add table
Reference in a new issue