X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3d87cd3d038b9068abcc6d761fc9d94a677946ac;hb=fbd0c7d7d3017cd662cc4ae4a4a0a0b6cfb07980;hp=795d7a4ca5d5f45a5ffa69e30f75858fec7b0237;hpb=70dde581e33b5952fa00e1b5914c081688db7bc4;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 795d7a4ca..3d87cd3d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-02-05 Jim Meyering + + still avoid unused-parameter warnings, but do it cleanly + * lib/fsusage.c (UNUSED_PARAM): Remove definition. + (get_fs_usage): Cast to void instead. + * lib/mountlist.c (UNUSED_PARAM): Remove definition. + (dev_from_mount_options, read_file_system_list): Cast to void. + Prompted by Bruno Haible. + 2009-02-04 Jim Meyering fsusage.c: correct copyright year