[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Sep 13 14:46:54 CEST 2009
src/target_scale.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 6701199be8c0afa6160f3a3b3ddab36ff8916d95
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Sep 13 14:45:58 2009 +0200
scale target: Fix C90 warning (which is upgraded to an error by default).
Should fix this warning:
-- 8< --
target_scale.c: In function 'ts_invoke_counter':
target_scale.c:90: warning: this decimal constant is unsigned only in ISO C90
target_scale.c:91: warning: this decimal constant is unsigned only in ISO C90
target_scale.c:93: warning: integer constant is too large for 'unsigned long' type
-- >8 --
More information about the collectd-changes
mailing list