Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[platform/kernel/linux-rpi.git] / tools / perf / util / cgroup.c
index dbe2f16..96bbda1 100644 (file)
@@ -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);