summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 21b0365)
raw | patch | inline | side by side (parent: 21b0365)
author | Florian Forster <octo@collectd.org> | |
Wed, 8 Jul 2015 10:40:48 +0000 (12:40 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 8 Jul 2015 10:40:48 +0000 (12:40 +0200) |
src/daemon/utils_cache_mock.c | patch | blob | history |
index 6c78d64dc86c01bc731ff5a09ed6688fd94a5587..37f21edb0f9023d1e3132999b75953e6e6cbec17 100644 (file)
#include "utils_cache.h"
-gauge_t *uc_get_rate (const data_set_t *ds, const value_list_t *vl)
+gauge_t *uc_get_rate (__attribute((unused)) data_set_t const *ds,
+ __attribute((unused)) value_list_t const *vl)
{
return (NULL);
}