Document unused parameters.
authorSebastian Harl <sh@tokkee.org>
Wed, 11 Feb 2009 09:43:25 +0000 (10:43 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 11 Feb 2009 09:43:25 +0000 (10:43 +0100)
commitb72d521340383b6418fa6a75faca3bc45f06b14a
tree836bc17963426eaf3163ce66a399114544fe1852
parent388dfe0e1f32cf379f30ac6486e4926e8461fcc5
Document unused parameters.

In all cases where unused parameters have to exist either because some API
requires it or for more consistency, they now have been documented using
__attribute__((unused)) (which is automatically disabled in case GCC is not
used to prevent problems with compilers not supporting attributes). In a few
other cases, the parameters have been removed.

This allows the use of -Wunused-parameter (which is enabled by -Wextra as
well, when using -Wall).
30 files changed:
src/apache.c
src/ascent.c
src/battery.c
src/bind.c
src/collectd.c
src/collectdmon.c
src/dns.c
src/email.c
src/exec.c
src/filter_chain.c
src/ipmi.c
src/match_regex.c
src/match_value.c
src/netlink.c
src/network.c
src/nginx.c
src/notify_email.c
src/plugin.c
src/rrdtool.c
src/snmp.c
src/target_notification.c
src/target_replace.c
src/target_set.c
src/teamspeak2.c
src/thermal.c
src/unixsock.c
src/utils_dns.c
src/utils_match.c
src/utils_tail_match.c
src/utils_threshold.c