DISK: Cleanup compiler warnings

This commit is contained in:
Mark Pizzolato 2019-05-09 16:32:57 -07:00
parent e47a7e9ef7
commit 05f84879ad

View file

@ -1474,12 +1474,13 @@ for (part = 0; part < RT11_MAXPARTITIONS; part++) {
break;
}
Next_Partition:
;
}
Return_Cleanup:
if (partitions) {
if (!sim_quiet) {
char *parttype = "???";
const char *parttype = "???";
switch (version) {
case HB_C_SYSVER_V3A: