another Microsoft compiler warning
win/curses/cursmain.c(760): warning C4189: 'win': local variable is initialized but not referenced
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user