X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmatch_regex.c;h=1fca88986331e1c4d30257e7e0e7d73dfb9dc7a2;hb=800f5a2a254c8be8219d92de08debc3cf0a7bd1b;hp=9233d803ede5c4113333e38bef74732b6fbb5131;hpb=02ea8fa749d3225f2e4dbb7e00198abc3990e523;p=collectd.git diff --git a/src/match_regex.c b/src/match_regex.c index 9233d803..1fca8898 100644 --- a/src/match_regex.c +++ b/src/match_regex.c @@ -257,8 +257,10 @@ static int mr_destroy (void **user_data) /* {{{ */ return (0); } /* }}} int mr_destroy */ -static int mr_match (const data_set_t *ds, const value_list_t *vl, /* {{{ */ - notification_meta_t **meta, void **user_data) +static int mr_match (const data_set_t __attribute__((unused)) *ds, /* {{{ */ + const value_list_t *vl, + notification_meta_t __attribute__((unused)) **meta, + void **user_data) { mr_match_t *m;