aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/helpline.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/ui/helpline.c')
-rw-r--r--tools/perf/ui/helpline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/ui/helpline.c b/tools/perf/ui/helpline.c
index 78ba28ac7a2c..a49bcf3c190b 100644
--- a/tools/perf/ui/helpline.c
+++ b/tools/perf/ui/helpline.c
@@ -12,7 +12,7 @@ static void nop_helpline__pop(void)
12{ 12{
13} 13}
14 14
15static void nop_helpline__push(const char *msg __used) 15static void nop_helpline__push(const char *msg __maybe_unused)
16{ 16{
17} 17}
18 18