X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmatch_value.c;h=9f02226bdae67109f94a4139cb2f6b60f26cdb34;hb=dbe559f1627d886078d27c59f21f4f6572c00f0b;hp=a3eeffd49c4813ad32418d702f327cdbb716df7b;hpb=98062438c25226e2e4a28ab629de5dfa27a79913;p=collectd.git diff --git a/src/match_value.c b/src/match_value.c index a3eeffd4..9f02226b 100644 --- a/src/match_value.c +++ b/src/match_value.c @@ -258,7 +258,7 @@ static int mv_destroy (void **user_data) /* {{{ */ } /* }}} int mv_destroy */ static int mv_match (const data_set_t *ds, const value_list_t *vl, /* {{{ */ - notification_meta_t **meta, void **user_data) + notification_meta_t __attribute__((unused)) **meta, void **user_data) { mv_match_t *m; gauge_t *values;