another Microsoft compiler warning

win/curses/cursmain.c(760): warning C4189: 'win': local variable is initialized but not referenced
This commit is contained in:
nhmall
2021-01-17 23:14:13 -05:00
parent fb43299451
commit cea4c8c488

View File

@@ -757,7 +757,7 @@ void
curses_raw_print(const char *str)
{
#ifdef PDCURSES
WINDOW *win = curses_get_nhwin(MESSAGE_WIN);
/* WINDOW *win = curses_get_nhwin(MESSAGE_WIN); */
curses_message_win_puts(str, FALSE);
#else