DISK: Cleanup compiler warnings
This commit is contained in:
parent
e47a7e9ef7
commit
05f84879ad
1 changed files with 2 additions and 1 deletions
|
@ -1474,12 +1474,13 @@ for (part = 0; part < RT11_MAXPARTITIONS; part++) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
Next_Partition:
|
Next_Partition:
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
Return_Cleanup:
|
Return_Cleanup:
|
||||||
if (partitions) {
|
if (partitions) {
|
||||||
if (!sim_quiet) {
|
if (!sim_quiet) {
|
||||||
char *parttype = "???";
|
const char *parttype = "???";
|
||||||
|
|
||||||
switch (version) {
|
switch (version) {
|
||||||
case HB_C_SYSVER_V3A:
|
case HB_C_SYSVER_V3A:
|
||||||
|
|
Loading…
Add table
Reference in a new issue