diff gui/dialog/msgbox.c @ 36010:5c720c434d56

Silence "warning: unused parameter".
author ib
date Sat, 30 Mar 2013 15:09:51 +0000
parents d154d0035cb0
children a04e8798227b
line wrap: on
line diff
--- a/gui/dialog/msgbox.c	Sat Mar 30 14:33:35 2013 +0000
+++ b/gui/dialog/msgbox.c	Sat Mar 30 15:09:51 2013 +0000
@@ -33,6 +33,9 @@
 
 static void on_Ok_released( GtkButton * button,gpointer user_data  )
 {
+ (void) button;
+ (void) user_data;
+
  gtk_widget_destroy( MessageBox );
 }