Bryan Drewery преди 21 години
родител
ревизия
57029745dd
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/main.c

+ 2 - 0
src/main.c

@@ -555,7 +555,9 @@ static void check_tempdir()
 
 /* FIXME: Remove after 1.2 (the hacks) */
 static void startup_checks(int hack) {
+#ifdef CYGWIN_HACKS
   int enc = CONF_ENC;
+#endif /* CYGWIN_HACKS */
 
   /* for compatability with old conf files 
    * only check/use conf file if it exists and settings.uname is empty.