From 820a5d620fd66372820353d0bd2604bcf02b88c1 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 6 Apr 2020 17:51:07 +0200 Subject: =?UTF-8?q?Remove=20warnings=20about=20function=20declaration=20is?= =?UTF-8?q?n=E2=80=99t=20a=20prototype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/housekeeping/msd-ldsm-trash-empty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/housekeeping/msd-ldsm-trash-empty.c') diff --git a/plugins/housekeeping/msd-ldsm-trash-empty.c b/plugins/housekeeping/msd-ldsm-trash-empty.c index d126b83..74291d0 100644 --- a/plugins/housekeeping/msd-ldsm-trash-empty.c +++ b/plugins/housekeeping/msd-ldsm-trash-empty.c @@ -233,7 +233,7 @@ trash_empty_job (GIOSchedulerJob *job, /* Worker thread end */ static void -trash_empty_start () +trash_empty_start (void) { GtkWidget *vbox1, *vbox2, *hbox; GtkWidget *label1, *label3; @@ -340,7 +340,7 @@ trash_empty_require_confirmation (void) } static void -trash_empty_show_confirmation_dialog () +trash_empty_show_confirmation_dialog (void) { GtkWidget *button; -- cgit v1.2.1