PDP11, VAX: Remove compiler warning in I/O lib

This commit is contained in:
Mark Pizzolato 2019-11-24 10:54:55 -08:00
parent 3be6f1fb4c
commit 6df860ea1a

View file

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