avoid misc. warnings
[gnulib.git] / ChangeLog
index 3377837..5f72527 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2009-02-04  Jim Meyering  <meyering@redhat.com>
 
+       avoid misc. warnings
+       * lib/fsusage.c (UNUSED_PARAM): Define.
+       (get_fs_usage): Mark parameter "disk" as unused.
+       * lib/getugroups.c (getgrent): Use "void" in prototype.
+       * lib/mountlist.c: Mark unused parameters.
+       (read_file_system_list): Declare a local with "const".
+       * lib/nanosleep.c (getnow): Declare static.
+       * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
+
        dirfd: set errno upon failure
        * lib/dirfd.c: Include <errno.h>.
        Set errno to ENOTSUP when returning -1.