mirror of
https://github.com/PDP-10/klh10.git
synced 2026-02-05 07:55:23 +00:00
Fix a warning: control may reach end of non-void function
This commit is contained in:
@@ -666,6 +666,10 @@ vmt_attrmount(struct vmtape *t, struct vmtattrs *ta)
|
||||
|
||||
return vmt_rdmount(t, ta);
|
||||
}
|
||||
|
||||
/* Should not get here... */
|
||||
vmterror(t, "vmt_attrmount: Invalid tapefile mode %x", ta->vmta_mode);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* VMT_CRMOUNT - Create and mount a new virtual tape for
|
||||
|
||||
Reference in New Issue
Block a user