mirror of
https://github.com/simh/simh.git
synced 2026-05-02 14:20:05 +00:00
PDP11, VAX: Remove compiler warning in I/O lib
This commit is contained in:
@@ -436,7 +436,7 @@ int32 maxvec, vecwid;
|
|||||||
int32 brbase = 0;
|
int32 brbase = 0;
|
||||||
uint32 rdx = DEV_RDX;
|
uint32 rdx = DEV_RDX;
|
||||||
char valbuf[40];
|
char valbuf[40];
|
||||||
char *vec_fmt = NULL;
|
const char *vec_fmt = NULL;
|
||||||
char vec_fmt_buf[16];
|
char vec_fmt_buf[16];
|
||||||
|
|
||||||
if ((sim_switches & SWMASK('O')) || (sim_switch_number == 8))
|
if ((sim_switches & SWMASK('O')) || (sim_switch_number == 8))
|
||||||
|
|||||||
Reference in New Issue
Block a user