[-Wunused-but-set-variable] vt52_curses.cc

pull/180/head
Suresh Sundriyal 9 years ago
parent fe6f3ec1ae
commit e6d97795fe

@ -247,6 +247,7 @@ void vt52_curses::map_output(const char *output, int len)
char * buffer;
getmaxyx(this->vc_window, height, width);
(void)height; //suppress unused warnings.
buffer = (char *)alloca(width);
this->vc_x = 0;

Loading…
Cancel
Save