]> git.sur5r.net Git - kconfig-frontends/commitdiff
frontends/gconf: fix warning about unused variable
authorYann E. MORIN" <yann.morin.1998@free.fr>
Wed, 4 Apr 2012 16:45:17 +0000 (18:45 +0200)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed, 4 Apr 2012 16:45:17 +0000 (18:45 +0200)
As we hard-code the path to our glade file, this variable
is no longer used, and thus generates a warning.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
frontends/gconf/gconf.c
frontends/gconf/gconf.c.patch

index a40292cc0619b0b7b279f448870a756e85816442..b73a4f14a082e7add5f317de8b35500a50fc3f84 100644 (file)
@@ -1468,7 +1468,9 @@ void fixup_rootmenu(struct menu *menu)
 int main(int ac, char *av[])
 {
        const char *name;
+#if 0
        char *env;
+#endif
        gchar *glade_file = GUI_PATH;
 
        bindtextdomain(PACKAGE, LOCALEDIR);
index c27f650574f670ed892a04f72e27b6dfe6346a3e..923dec926eecb40591c2ce50b488fab5bd8581f2 100644 (file)
@@ -10,7 +10,17 @@ diff --git a/frontends/gconf/gconf.c b/frontends/gconf/gconf.c
  
  #include <glade/glade.h>
  #include <gtk/gtk.h>
-@@ -1469,7 +1469,7 @@
+@@ -1468,7 +1468,9 @@
+ int main(int ac, char *av[])
+ {
+       const char *name;
++#if 0
+       char *env;
++#endif
+       gchar *glade_file = GUI_PATH;
+       bindtextdomain(PACKAGE, LOCALEDIR);
+@@ -1469,7 +1471,7 @@
  {
        const char *name;
        char *env;