Problem reported by Bjarni Ingi Gislason in:
https://lists.gnu.org/r/bug-gnulib/2024-02/msg00006.html
* lib/time.in.h (ctime): Do not warn about ctime portability,
as there is a more serious warning about it crashing,
and the two warning directives can cause false alarms.
+2024-02-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ ctime: fix false positive
+ Problem reported by Bjarni Ingi Gislason in:
+ https://lists.gnu.org/r/bug-gnulib/2024-02/msg00006.html
+ * lib/time.in.h (ctime): Do not warn about ctime portability,
+ as there is a more serious warning about it crashing,
+ and the two warning directives can cause false alarms.
+
2024-01-30 Bruno Haible <bruno@clisp.org>
Update copyright year in tests/unictype/*.
_GL_CXXALIASWARN (ctime);
# endif
# elif defined GNULIB_POSIXCHECK
-# undef ctime
-# if HAVE_RAW_DECL_CTIME
-_GL_WARN_ON_USE (ctime, "ctime has portability problems - "
- "use gnulib module ctime for portability");
-# endif
+/* No need to warn about portability, as a more serious warning is below. */
# endif
/* Convert *TP to a date and time string. See