X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmatch_regex.c;h=1fca88986331e1c4d30257e7e0e7d73dfb9dc7a2;hb=9c98fa31ef50a6ff849d36cac4f5297faa6f7909;hp=9233d803ede5c4113333e38bef74732b6fbb5131;hpb=98062438c25226e2e4a28ab629de5dfa27a79913;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;