diff src/xs_genui.c @ 1013:f3c28acd79b1

Add (void) dummies to silence compiler warnings;
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 Oct 2014 17:33:04 +0300
parents d183ac29b879
children
line wrap: on
line diff
--- a/src/xs_genui.c	Thu Sep 25 06:36:08 2014 +0300
+++ b/src/xs_genui.c	Sat Oct 04 17:33:04 2014 +0300
@@ -13,7 +13,8 @@
 xs_cfg_sp2_filter_new                  (GtkButton       *button,
                                         gpointer         user_data)
 {
-
+  (void) button;
+  (void) user_data;
 }
 
 
@@ -22,6 +23,8 @@
                                         GdkEvent        *event,
                                         gpointer         user_data)
 {
-
+  (void) widget;
+  (void) event;
+  (void) user_data;
   return FALSE;
 }