Skip to content

Commit

Permalink
disable broken -Wunused:all
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Apr 21, 2023
1 parent 4d43c3d commit c5d96a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ object BuildSettings {
"-feature",
"-language:postfixOps",
"-language:implicitConversions",
"-Xtarget:12",
"-Wunused:all"
"-Xtarget:12"
// "-Wunused:all"
)

val srcMain = Seq(
Expand Down

0 comments on commit c5d96a7

Please sign in to comment.