From 5be44d9bc64b461d21bf639e7baec1901af4d3c7 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Wed, 13 Feb 2019 18:45:53 +0100 Subject: [PATCH] rrdcached plugin: use same attribute name for both prototypes --- src/rrdcached.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrdcached.c b/src/rrdcached.c index b5f0970b..fe5e2d2d 100644 --- a/src/rrdcached.c +++ b/src/rrdcached.c @@ -59,7 +59,7 @@ static rrdcreate_config_t rrdcreate_config = { * Prototypes. */ static int rc_write(const data_set_t *ds, const value_list_t *vl, - user_data_t __attribute__((unused)) * user_data); + __attribute__((unused)) user_data_t *ud); static int rc_flush(__attribute__((unused)) cdtime_t timeout, const char *identifier, __attribute__((unused)) user_data_t *ud); -- 2.11.0