Skip to content

Commit

Permalink
Suppress warning in generated code (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtearl authored and ZacSweers committed May 5, 2023
1 parent 076ee61 commit 000ce30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,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
Expand Down

0 comments on commit 000ce30

Please sign in to comment.