diff options
Diffstat (limited to 'tools/perf/util/pmu.y')
| -rw-r--r-- | tools/perf/util/pmu.y | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/perf/util/pmu.y b/tools/perf/util/pmu.y index 20ea77e9316..bfd7e850986 100644 --- a/tools/perf/util/pmu.y +++ b/tools/perf/util/pmu.y @@ -1,5 +1,4 @@ -%name-prefix "perf_pmu_" %parse-param {struct list_head *format} %parse-param {char *name} @@ -86,8 +85,8 @@ PP_VALUE %% -void perf_pmu_error(struct list_head *list __used, - char *name __used, - char const *msg __used) +void perf_pmu_error(struct list_head *list __maybe_unused, + char *name __maybe_unused, + char const *msg __maybe_unused) { } |
