author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 14 Apr 2015 16:48:07 +0000 (18:48 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Wed, 15 Apr 2015 08:37:46 +0000 (10:37 +0200) | ||
commit | 783402127eed3d74e8dc893fdac1922fdc5acea5 | |
tree | 71439fc9f8399a570686c89cd90ba438cdfd4ef8 | tree | snapshot |
parent | eea01a8f212634414a21462ba79dc058dc5fb304 | commit | diff |
write_sensu: fix 2 format-related details
The default CC on freebsd-10 (clang 3.4) spotted these issues:
write_sensu.c:494:38: error: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Werror,-Wformat]
write_sensu.c:494:45: error: data argument not used by format string [-Werror,-Wformat-extra-args]
The default CC on freebsd-10 (clang 3.4) spotted these issues:
write_sensu.c:494:38: error: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Werror,-Wformat]
write_sensu.c:494:45: error: data argument not used by format string [-Werror,-Wformat-extra-args]
src/write_sensu.c | diff | blob | history |