Suppress warning in generated code (#1547)

This commit is contained in:
Michael Bailey
2022-07-15 08:19:51 -07:00
committed by GitHub
parent 27518bd4da
commit a6dd821990

View File

@@ -71,6 +71,7 @@ public class AdapterGenerator(
"DEPRECATION",
// Because we look it up reflectively
"unused",
"UNUSED_PARAMETER",
// Because we include underscores
"ClassName",
// Because we generate redundant `out` variance for some generics and there's no way