pjfanning commented on code in PR #409:
URL: 
https://github.com/apache/pekko-persistence-r2dbc/pull/409#discussion_r3419829597


##########
project/CommonSettings.scala:
##########
@@ -27,8 +27,11 @@ object CommonSettings extends AutoPlugin {
     // Setting javac options in common allows IntelliJ IDEA to import them 
automatically
     Compile / javacOptions ++= Seq("-encoding", "UTF-8", "--release", "17"),
     scalacOptions ++= {
+      val commonWconf = Seq(
+        // r2dbc-spi annotation parsing warning - external dependency, cannot 
be fixed
+        "-Wconf:msg=could not find MAYBE in enum:s")
       if (scalaBinaryVersion.value == "3")
-        Seq(
+        commonWconf ++ Seq(

Review Comment:
   the changes in build.sbt and in this build scala seem to be the only changes 
needed in this PR - most of the PR changes are unrelated to compiler warnings



-- 
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]

Reply via email to