1
0
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:
Olaf Seibert
2016-02-15 17:41:21 +01:00
parent 7d3bc2cfba
commit 7fedb55643

View File

@@ -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