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

Florian Forster octo at verplant.org
Wed May 23 15:52:19 CEST 2018


 src/netlink.c   |    4 ++--
 src/processes.c |    5 +++--
 src/table.c     |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 836632d6a83ad0eb17aed3ef1af011a3f96ead13
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 23 15:41:25 2018 +0200

    processes plugin: fix build warning
    
    src/processes.c:999:24: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
                     tpid) >= sizeof(filename)) {
                     ~~~~~ ^  ~~~~~~~~~~~~~~~~

commit 8a103937ee6bce58ae4c6564ba3a44caf4a0e5a2
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 23 15:39:23 2018 +0200

    table plugin: fix build warning
    
    src/table.c:399:11: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
        if (r >= sizeof(vl.type_instance))
            ~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.

commit d81c51ba4e71e985ea73dde44fb5a7bf5adbf66a
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Wed May 23 15:38:26 2018 +0200

    netlink plugin: fix build warnings
    
    src/netlink.c:546:13: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
          if (r >= sizeof(type_instance)) {
              ~ ^  ~~~~~~~~~~~~~~~~~~~~~
    src/netlink.c:585:13: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
          if (r >= sizeof(type_instance)) {
              ~ ^  ~~~~~~~~~~~~~~~~~~~~~




More information about the collectd-changes mailing list