From 3a2fd56e2498ed9f72697cdcd6ad71b8b314bad3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 5 Feb 2009 19:41:18 +0000 Subject: [PATCH] We don't use this param --- wpa.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wpa.c b/wpa.c index 31abc71..ed68f18 100644 --- a/wpa.c +++ b/wpa.c @@ -199,7 +199,7 @@ configure_network(const char *ifname, int id, const char *mgmt, } static void -onEnter(GtkWidget *widget, gpointer *data) +onEnter(_unused GtkWidget *widget, gpointer *data) { gtk_dialog_response(GTK_DIALOG(data), GTK_RESPONSE_ACCEPT); } -- 1.7.1