summaryrefslogtreecommitdiffstats
path: root/src/collectors/statsd.plugin/statsd.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/collectors/statsd.plugin/statsd.c (renamed from collectors/statsd.plugin/statsd.c)3
1 files changed, 1 insertions, 2 deletions
diff --git a/collectors/statsd.plugin/statsd.c b/src/collectors/statsd.plugin/statsd.c
index 9cc3a9d97..b892133d2 100644
--- a/collectors/statsd.plugin/statsd.c
+++ b/src/collectors/statsd.plugin/statsd.c
@@ -1531,8 +1531,7 @@ static int statsd_readfile(const char *filename, STATSD_APP *app, STATSD_APP_CHA
return 0;
}
-static int statsd_file_callback(const char *filename, void *data) {
- (void)data;
+static int statsd_file_callback(const char *filename, void *data __maybe_unused, bool stock_config __maybe_unused) {
return statsd_readfile(filename, NULL, NULL, NULL);
}