From 56e4f0db341e31ffa572861e011493d5b7e0ae91 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 24 Jan 2005 14:31:19 +0000 Subject: [PATCH] r4959: fix compiler warning metze (This used to be commit e849db13dce1233a37c5b175cf8bea0a473ba6d7) --- source4/gtk/tools/gregedit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/gtk/tools/gregedit.c b/source4/gtk/tools/gregedit.c index 33a3117e3d5..6ca7fb653f5 100644 --- a/source4/gtk/tools/gregedit.c +++ b/source4/gtk/tools/gregedit.c @@ -592,8 +592,8 @@ static void on_find_activate (GtkMenuItem *menuitem, gpointer user_data) { GtkDialog *findwin = GTK_DIALOG(create_FindDialog()); - gint result = gtk_dialog_run(findwin); - /* FIXME */ + /*gint result = gtk_dialog_run(findwin); + FIXME */ gtk_widget_destroy(GTK_WIDGET(findwin)); } -- 2.11.4.GIT