diff --git a/[refs] b/[refs] index 7dfe77dec670..7161053ce9be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 30193d78d82a68247aa628a2414dc0f76c5b8093 +refs/heads/master: 4f746c95f18ad4d85599d9c157da7e6da766c3d9 diff --git a/trunk/tools/perf/util/hist.h b/trunk/tools/perf/util/hist.h index 1278c2c72a96..8b091a51e4a2 100644 --- a/trunk/tools/perf/util/hist.h +++ b/trunk/tools/perf/util/hist.h @@ -195,7 +195,7 @@ static inline int hist_entry__tui_annotate(struct hist_entry *self return 0; } -static inline int script_browse(const char *script_opt) +static inline int script_browse(const char *script_opt __maybe_unused) { return 0; }