finch/libgnt/wms/irssi.c

changeset 36002
31a8779e91d4
parent 35690
5ef990c032ad
parent 35991
e6937e52930b
--- a/finch/libgnt/wms/irssi.c	Tue May 06 18:27:58 2014 +0200
+++ b/finch/libgnt/wms/irssi.c	Wed May 07 11:07:45 2014 +0200
@@ -218,7 +218,7 @@
 	getyx(node->window, y, x);
 	wbkgdset(node->window, '\0' | COLOR_PAIR(gnt_widget_has_focus(node->me) ? GNT_COLOR_TITLE : GNT_COLOR_TITLE_D));
 	mvwaddstr(node->window, 0, 0, title);
-	wmove(node->window, y, x);
+	(void)wmove(node->window, y, x);
 	if (!gnt_is_refugee()) {
 		update_panels();
 		doupdate();

mercurial