mirror of https://github.com/sbt/sbt.git
Disable warnings for unused params and implicits
There are many warnings because unused parameter are everywhere.
This commit is contained in:
parent
4ce4fb72bd
commit
30d59d356d
|
|
@ -48,7 +48,7 @@ object Util {
|
|||
"-Yno-adapted-args",
|
||||
"-Ywarn-dead-code",
|
||||
"-Ywarn-numeric-widen",
|
||||
"-Ywarn-unused",
|
||||
"-Ywarn-unused:-params,-implicits,_",
|
||||
"-Ywarn-unused-import"
|
||||
)
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue