We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c58507 commit 9fac2aeCopy full SHA for 9fac2ae
project/Build.scala
@@ -292,7 +292,9 @@ object Build {
292
"-deprecation",
293
"-unchecked",
294
//"-Wconf:cat=deprecation&msg=Unsafe:s", // example usage
295
- "-Xfatal-warnings", // -Werror in modern usage
+ "-Werror",
296
+ //"-Wunused:all",
297
+ //"-rewrite", // requires -Werror:false since no rewrites are applied with errors
298
"-encoding", "UTF8",
299
"-language:implicitConversions",
300
),
0 commit comments