(gtk) SHUTUP cleanup

This commit is contained in:
Charles Kerr
2008-01-19 05:04:38 +00:00
parent 3a47dfdb23
commit 9423e89aec
6 changed files with 31 additions and 32 deletions

View File

@@ -402,7 +402,7 @@ verrmsg_full( GtkWindow * wind, callbackfunc_t func, void * data,
}
static void
errcb(GtkWidget *widget, int resp SHUTUP, gpointer data) {
errcb(GtkWidget *widget, int resp UNUSED, gpointer data) {
GList *funcdata;
callbackfunc_t func;