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

Florian Forster octo at verplant.org
Wed May 19 12:29:50 CEST 2010


 src/processes.c |    5 +++++
 src/snmp.c      |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

New commits:
commit df69fe8118215a80bb1f2e4b1a68c508abffb054
Author: Aurelien Reynaud <collectd at wattapower.net>
Date:   Wed May 12 11:55:05 2010 +0200

    snmp.c: compilation fixes for AIX
    
    The C and C++ standards allows the character type char to be signed or
    unsigned, depending on the platform and compiler. Most systems,
    including x86 GNU/Linux and Microsoft Windows, use signed char, but
    those based on PowerPC and ARM processors typically use unsigned char.
    
    This patch fixes a "comparison is always true" warning on AIX (powerpc)
    which leads the compilation to abort because of the -Werror flag.
    
    Being unsigned by default, a char is always >0.
    
    Signed-off-by: Aurelien Reynaud <collectd at wattapower.net>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 26a6b8ecff2bd8dd700805e39fec5bb2834ebcef
Author: Aurelien Reynaud <collectd at wattapower.net>
Date:   Wed May 12 11:55:04 2010 +0200

    processes.c: fix uninitialized variables warnings
    
    Signed-off-by: Aurelien Reynaud <collectd at wattapower.net>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list