mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
PDP11, VAX: Remove compiler warning in I/O lib
This commit is contained in:
parent
3be6f1fb4c
commit
6df860ea1a
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user