aboutsummaryrefslogtreecommitdiffstats
path: root/trace2/tr2_sysenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'trace2/tr2_sysenv.c')
-rw-r--r--trace2/tr2_sysenv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/trace2/tr2_sysenv.c b/trace2/tr2_sysenv.c
index 069786cb92..d3ecac2772 100644
--- a/trace2/tr2_sysenv.c
+++ b/trace2/tr2_sysenv.c
@@ -57,7 +57,9 @@ static struct tr2_sysenv_entry tr2_sysenv_settings[] = {
};
/* clang-format on */
-static int tr2_sysenv_cb(const char *key, const char *value, void *d)
+static int tr2_sysenv_cb(const char *key, const char *value,
+ const struct config_context *ctx UNUSED,
+ void *d UNUSED)
{
int k;