PDP11, VAX: Remove compiler warning in I/O lib
This commit is contained in:
parent
3be6f1fb4c
commit
6df860ea1a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue