From 14125d13946c1b2c3b7efe6cb88e35aa4623210b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 12 Sep 2015 11:31:38 -0700 Subject: [PATCH] gui: Mark print_startup_time() unused to avoid warning. --- src/ui/gui/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/main.c b/src/ui/gui/main.c index d2513e8ec8..d1a4798fd1 100644 --- a/src/ui/gui/main.c +++ b/src/ui/gui/main.c @@ -160,7 +160,7 @@ startup_option_callback (int id, void *show_splash_) } } -static gboolean +static gboolean UNUSED print_startup_time (gpointer data) { g_timer_stop (startup); -- 2.30.2