diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/hist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h index 1278c2c72a96..8b091a51e4a2 100644 --- a/tools/perf/util/hist.h +++ b/tools/perf/util/hist.h | |||
@@ -195,7 +195,7 @@ static inline int hist_entry__tui_annotate(struct hist_entry *self | |||
195 | return 0; | 195 | return 0; |
196 | } | 196 | } |
197 | 197 | ||
198 | static inline int script_browse(const char *script_opt) | 198 | static inline int script_browse(const char *script_opt __maybe_unused) |
199 | { | 199 | { |
200 | return 0; | 200 | return 0; |
201 | } | 201 | } |