Skip to content

Commit 23fbd76

Browse files
committed
Fix ServerReflectionProto warning suppression
1 parent 924ff45 commit 23fbd76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ val e2eCommonSettings = commonSettings ++ Seq(
335335
"-Wconf:cat=deprecation&src=.*custom_options.*:s",
336336
"-Wconf:cat=deprecation&src=.*CustomAnnotationProto.scala.*:s",
337337
"-Wconf:cat=deprecation&src=.*TestDeprecatedFields.scala.*:s",
338+
"-Wconf:cat=deprecation&origin=.*ServerReflectionProto.*:s",
338339
"-Wconf:msg=Unused import:s,origin=com.thesamet.proto.e2e.custom_options_use.FooMessage:s"
339340
)
340341
case _ => Seq.empty

0 commit comments

Comments
 (0)