diff options
Diffstat (limited to 'tools/perf/util/hist.c')
-rw-r--r-- | tools/perf/util/hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c index 0ba65ad07cd1..6ec5398de89d 100644 --- a/tools/perf/util/hist.c +++ b/tools/perf/util/hist.c | |||
@@ -394,7 +394,7 @@ void hist_entry__free(struct hist_entry *he) | |||
394 | * collapse the histogram | 394 | * collapse the histogram |
395 | */ | 395 | */ |
396 | 396 | ||
397 | static bool hists__collapse_insert_entry(struct hists *hists __used, | 397 | static bool hists__collapse_insert_entry(struct hists *hists __maybe_unused, |
398 | struct rb_root *root, | 398 | struct rb_root *root, |
399 | struct hist_entry *he) | 399 | struct hist_entry *he) |
400 | { | 400 | { |