mdedetrich commented on code in PR #65:
URL:
https://github.com/apache/incubator-pekko-connectors/pull/65#discussion_r1140122133
##########
project/Common.scala:
##########
@@ -56,7 +56,8 @@ object Common extends AutoPlugin {
"-deprecation",
"-Xlint",
"-Ywarn-dead-code",
- "-target:jvm-1.8"),
+ "-target:jvm-1.8",
+ "-Wconf:cat=unused-nowarn:s"),
Review Comment:
This is needed because we use the `@nowarn` annotation to suppress a warning
only for Scala 2.13 and without this scalac option it would complain that no
warnings were suppressed for Scala 2.12.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]