--- a/finch/libgnt/gntwm.c Wed Jan 02 22:15:06 2008 +0000 +++ b/finch/libgnt/gntwm.c Thu Jan 03 04:57:40 2008 +0000 @@ -135,7 +135,7 @@ * to expose the entire character, it is not always redrawn. */ static void -work_around_for_ncurses_bug() +work_around_for_ncurses_bug(void) { #ifndef NO_WIDECHAR PANEL *panel = NULL; @@ -183,7 +183,7 @@ } static void -update_act_msg() +update_act_msg(void) { GntWidget *label; GList *iter;