still avoid unused-parameter warnings, but do it cleanly
authorJim Meyering <meyering@redhat.com>
Thu, 5 Feb 2009 10:02:05 +0000 (11:02 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 5 Feb 2009 10:08:26 +0000 (11:08 +0100)
commitfbd0c7d7d3017cd662cc4ae4a4a0a0b6cfb07980
tree73b3b7ee6b3000473bd5ab11973872a59ff4515a
parent70dde581e33b5952fa00e1b5914c081688db7bc4
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.
ChangeLog
lib/fsusage.c
lib/mountlist.c