aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/expr.c')
-rw-r--r--tools/perf/tests/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/expr.c b/tools/perf/tests/expr.c
index 6c6a3749aaf6..e93903295532 100644
--- a/tools/perf/tests/expr.c
+++ b/tools/perf/tests/expr.c
@@ -13,7 +13,7 @@ static int test(struct parse_ctx *ctx, const char *e, double val2)
13 return 0; 13 return 0;
14} 14}
15 15
16int test__expr(int subtest __maybe_unused) 16int test__expr(struct test *t __maybe_unused, int subtest __maybe_unused)
17{ 17{
18 const char *p; 18 const char *p;
19 const char **other; 19 const char **other;