[collectd-changes] collectd, the system statistics collection daemon: Changes to 'st/python'
Florian Forster
octo at verplant.org
Tue Dec 8 12:26:30 CET 2009
src/python.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
New commits:
commit 1a991a476428fa1d72c8658b2dc74efea9b622fd
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Dec 8 12:25:03 2009 +0100
python plugin: Try to avoid casting errors with Sun's cc.
"python.c", line 534: warning: argument #1 is incompatible with prototype:
prototype: pointer to void : "python.c", line 470
argument : pointer to function(pointer to const char, pointer to function(..) returning void, pointer to struct user_data_s {pointer to void data, pointer to function(..) returning void free_func}) returning int
"python.c", line 534: warning: argument #2 is incompatible with prototype:
prototype: pointer to void : "python.c", line 470
argument : pointer to function(int, pointer to const char, pointer to struct user_data_s {pointer to void data, pointer to function(..) returning void free_func}) returning void
More information about the collectd-changes
mailing list