gui: Mark print_startup_time() unused to avoid warning.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Sep 2015 18:31:38 +0000 (11:31 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Sep 2015 18:31:38 +0000 (11:31 -0700)
src/ui/gui/main.c

index d2513e8ec8ad6eafe1da3cd1e2aa1cb65d16834c..d1a4798fd11574b3933f09f0e59b54b616abd818 100644 (file)
@@ -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);