Fix compiler warnings.

This commit is contained in:
Nick Schermer
2014-01-08 19:35:17 +01:00
parent f0232ca7c7
commit b367fdd1a9
10 changed files with 12 additions and 12 deletions

View File

@@ -35,8 +35,8 @@ struct _XtmExecToolButton
};
G_DEFINE_TYPE (XtmExecToolButton, xtm_exec_tool_button, GTK_TYPE_MENU_TOOL_BUTTON)
static GtkWidget * construct_menu ();
static void execute_default_command ();
static GtkWidget * construct_menu (void);
static void execute_default_command (void);