Fix clang compile issue (#209)
This commit is contained in:
parent
d5ccae34be
commit
50b01551ac
|
@ -904,6 +904,8 @@ xed_utils_is_valid_location (GFile *location)
|
||||||
return is_valid;
|
return is_valid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static GtkWidget *handle_builder_error (const gchar *message, ...) G_GNUC_PRINTF (1, 2);
|
||||||
|
|
||||||
static GtkWidget *
|
static GtkWidget *
|
||||||
handle_builder_error (const gchar *message,
|
handle_builder_error (const gchar *message,
|
||||||
...)
|
...)
|
||||||
|
|
Loading…
Reference in New Issue