Code

Warning cleanup
authorjoncruz <joncruz@users.sourceforge.net>
Sat, 10 May 2008 05:15:28 +0000 (05:15 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Sat, 10 May 2008 05:15:28 +0000 (05:15 +0000)
src/widgets/spw-utilities.cpp

index 291e191e59801dba707de93b98859cabacff6d63..b9a7ad9272e06d699bd72726a95c22a0ec4aecfe 100644 (file)
@@ -89,8 +89,8 @@ GtkWidget *spw_vbox_checkbutton(GtkWidget *dialog, GtkWidget *vbox,
  */
 GtkWidget *
 spw_checkbutton(GtkWidget * dialog, GtkWidget * table,
-               const gchar * label, gchar * key, int col, int row,
-               int insensitive, GCallback cb)
+                const gchar * label, gchar * key, int /*col*/, int row,
+                int insensitive, GCallback cb)
 {
   GtkWidget *b;