Disable warnings for unused params and implicits

There are many warnings because unused parameter are everywhere.
This commit is contained in:
Simon Schäfer 2017-10-18 19:35:20 +02:00
parent 4ce4fb72bd
commit 30d59d356d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ object Util {
"-Yno-adapted-args",
"-Ywarn-dead-code",
"-Ywarn-numeric-widen",
"-Ywarn-unused",
"-Ywarn-unused:-params,-implicits,_",
"-Ywarn-unused-import"
)
}),