Merge branch 'next/drivers' into HEAD
[deliverable/linux.git] / tools / perf / util / parse-events.l
index f5e28dc68270e82a6d9b374a2282d04d1acb1186..c87efc12579defb039c1782452f45ba556d23208 100644 (file)
@@ -207,7 +207,7 @@ r{num_raw_hex}              { return raw(yyscanner); }
 
 %%
 
-int parse_events_wrap(void *scanner __used)
+int parse_events_wrap(void *scanner __maybe_unused)
 {
        return 1;
 }
This page took 0.037867 seconds and 5 git commands to generate.