From e89c2fd656c94c60cdb2d51d1451ff86daf559d0 Mon Sep 17 00:00:00 2001 From: Cristian Ionescu-Idbohrn Date: Sat, 2 Mar 2013 12:01:33 +0100 Subject: Another unused variable warning when building without libosmgpsmap. gtk-gui.c: In function 'preferences_dialog': gtk-gui.c:670:30: warning: unused variable 'map_provider' [-Wunused-variable] Signed-off-by: Cristian Ionescu-Idbohrn Signed-off-by: Dirk Hohndel --- gtk-gui.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gtk-gui.c') diff --git a/gtk-gui.c b/gtk-gui.c index c438be43d..b7a631e2e 100644 --- a/gtk-gui.c +++ b/gtk-gui.c @@ -667,7 +667,10 @@ static void preferences_dialog(GtkWidget *w, gpointer data) { int result; GtkWidget *dialog, *notebook, *font, *frame, *box, *hbox, *vbox, *button; - GtkWidget *xmlfile_button, *map_provider; + GtkWidget *xmlfile_button; +#if HAVE_OSM_GPS_MAP + GtkWidget *map_provider; +#endif GtkWidget *entry_po2, *entry_pn2, *entry_phe, *entry_mod, *entry_gflow, *entry_gfhigh; const char *current_default, *new_default; char threshold_text[10], mod_text[10], utf8_buf[128]; -- cgit v1.2.3-70-g09d2