diff options
Diffstat (limited to 'tools/perf/ui/helpline.c')
| -rw-r--r-- | tools/perf/ui/helpline.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/ui/helpline.c b/tools/perf/ui/helpline.c index 78ba28ac7a2..a49bcf3c190 100644 --- a/tools/perf/ui/helpline.c +++ b/tools/perf/ui/helpline.c @@ -12,7 +12,7 @@ static void nop_helpline__pop(void)  {  } -static void nop_helpline__push(const char *msg __used) +static void nop_helpline__push(const char *msg __maybe_unused)  {  }  |