fprintftime: avoid a warning about ignored fwrite return value
[gnulib.git] / ChangeLog
index 54a79e8..ed3e6bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-10-28  Jim Meyering  <meyering@redhat.com>
 
+       fprintftime: avoid a warning about ignored fwrite return value
+       * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
+       (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
+       that is unsafe.
+       * modules/fprintftime (Depends-on): Add ignore-value.
+
        exclude: avoid an unwarranted warning
        * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.