* addext.c (addext): Use assignment rather than cast, to avoid
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 May 2003 23:31:20 +0000 (23:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 May 2003 23:31:20 +0000 (23:31 +0000)
warnings on some platforms.

lib/ChangeLog

index 6ce5671431e16e8371ac14dbd206f23eb4c9b76c..772433a05e3782a36040ffc9b756663cbbd078a3 100644 (file)
@@ -1,5 +1,8 @@
 2003-05-28  Paul Eggert  <eggert@twinsun.com>
 
+       * addext.c (addext): Use assignment rather than cast, to avoid
+       warnings on some platforms.
+
        * mktime.c (__mktime_internal): Do not reject negative timestamps
        arbitrarily.