]> git.mxchange.org Git - simgear.git/commitdiff
Additional updates.
authorcurt <curt>
Wed, 5 Jul 2000 14:42:58 +0000 (14:42 +0000)
committercurt <curt>
Wed, 5 Jul 2000 14:42:58 +0000 (14:42 +0000)
simgear/Makefile.am
simgear/timing/lowleveltime.cxx

index cdba18bc2da4fcc391b68da912c97ac03757f3ab..47c956298e508b2ea0093f18967eb2a9fd5da633 100644 (file)
@@ -35,6 +35,7 @@ SUBDIRS = \
        screen \
        $(SERIAL_DIRS) \
        sky \
+       timing \
        xgl \
        $(ZLIB_DIRS)
 
index 2ae1570087b6433434d6c26d560fc8715a75952b..d56f64b13f8de52f7e2c2137326f18e79180f90c 100644 (file)
@@ -285,10 +285,10 @@ static void fgtzset_internal (int always, const char *tz)
   time(&now);
   static int is_initialized = 0;
   //register const char *tz;
-  register size_t l;
-  char *tzbuf;
-  unsigned short int hh, mm, ss;
-  unsigned short int whichrule;
+  // register size_t l;
+  // char *tzbuf;
+  // unsigned short int hh, mm, ss;
+  // unsigned short int whichrule;
 
   if (is_initialized && !always)
     return;
@@ -789,7 +789,7 @@ static struct ttinfo * fgfind_transition (time_t timer)
 /**************************************************************************/
 void fgtzfile_read (const char *file)
 {
-  static const char default_tzdir[] = TZDIR;
+  // static const char default_tzdir[] = TZDIR;
   size_t num_isstd, num_isgmt;
   register FILE *f;
   struct tzhead tzhead;
@@ -993,7 +993,7 @@ void fgtzfile_read (const char *file)
 /****************************************************************************/
 static void fgcompute_tzname_max (size_t chars)
 {
-  extern size_t tzname_cur_max; /* Defined in tzset.c. */
+  // extern size_t tzname_cur_max; /* Defined in tzset.c. */
 
   const char *p;