mirror of
https://github.com/simh/simh.git
synced 2026-03-02 17:55:17 +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;
|
||||
uint32 rdx = DEV_RDX;
|
||||
char valbuf[40];
|
||||
char *vec_fmt = NULL;
|
||||
const char *vec_fmt = NULL;
|
||||
char vec_fmt_buf[16];
|
||||
|
||||
if ((sim_switches & SWMASK('O')) || (sim_switch_number == 8))
|
||||
|
||||
Reference in New Issue
Block a user