diff options
Diffstat (limited to 'tools/perf/util/cgroup.c')
| -rw-r--r-- | tools/perf/util/cgroup.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/cgroup.c b/tools/perf/util/cgroup.c index dbe2f16b1a1..96bbda1ddb8 100644 --- a/tools/perf/util/cgroup.c +++ b/tools/perf/util/cgroup.c @@ -138,8 +138,8 @@ void close_cgroup(struct cgroup_sel *cgrp)  	}  } -int parse_cgroups(const struct option *opt __used, const char *str, -		  int unset __used) +int parse_cgroups(const struct option *opt __maybe_unused, const char *str, +		  int unset __maybe_unused)  {  	struct perf_evlist *evlist = *(struct perf_evlist **)opt->value;  	const char *p, *e, *eos = str + strlen(str);  |