[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Tue Jan 22 20:18:42 CET 2008


 src/apcups.c        |    6 +++---
 src/battery.c       |    8 ++++----
 src/collectd.c      |    6 +++---
 src/collectdmon.c   |    6 +++---
 src/common.c        |    8 ++++----
 src/cpufreq.c       |    4 ++--
 src/disk.c          |    5 ++---
 src/iptables.c      |    6 +++---
 src/irq.c           |    4 ++--
 src/network.c       |    3 ++-
 src/ntpd.c          |    4 ++--
 src/perl.c          |    6 +++---
 src/plugin.c        |    2 +-
 src/plugin.h        |    2 +-
 src/types_list.c    |    4 ++--
 src/unixsock.c      |    6 +++---
 src/utils_avltree.c |   12 ++++++------
 src/utils_dns.c     |   11 +++++++----
 18 files changed, 53 insertions(+), 50 deletions(-)

New commits:
commit a2d4be2febb99bf548b991be25f055d37285ddea
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Jan 22 19:11:00 2008 +0100

    Fixed some compiler warnings identified by gcc's -Wextra option.
    
    The following issues have been addressed:
    
     * comparison between signed and unsigned - this was found in several places
       throughout the code and has been fixed in various ways
     * missing initializer - an incomplete initializer has been used for two
       struct instances in perl.c
     * unused parameter - when applicable, the parameter has been removed; in
       thirteen cases the parameter is required by different library API's and in
       two cases the parameter was left in place to retain a consistent interface
       within the affected modules; as __attribute__((unused)) is a GNU extension,
       it has not been used to document those exceptions
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list