mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
DISK: Cleanup compiler warnings
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user