From fe72095a935bc8289cf09fda65da10f3e167a93b Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Mon, 12 Nov 2012 14:14:00 +0900 Subject: [PATCH] --- yaml --- r: 339023 b: refs/heads/master c: 4f746c95f18ad4d85599d9c157da7e6da766c3d9 h: refs/heads/master i: 339021: 11cd538a9416511f5a55a23570ea36487af2f892 339019: 4aab9c5a8d8d7c1288ba3aa9bcbf7b5a3aa0e188 339015: f4f78474a0f3668e6211bbdc7649f577464f64e9 339007: 824dc42b2dcb236db8749f77c255e85c5cb3a8d3 v: v3 --- [refs] | 2 +- trunk/tools/perf/util/hist.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }