Skip to content

Commit

Permalink
Work-around for alexarchambault/scalacheck-shapeless#79 by disabling …
Browse files Browse the repository at this point in the history
…all unused warnings
  • Loading branch information
michaelahlers committed Jan 28, 2018
1 parent 9726c40 commit 757291e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ scalacOptions in ThisBuild := {
"-Xcheckinit" ::
"-Xfatal-warnings" ::
// "-Xfuture" ::
"-Xlint" ::
// "-Xlint" ::
"-Xlint:-unused,_" ::
"-Yno-adapted-args" ::
"-Ypartial-unification" ::
"-Ywarn-dead-code" ::
Expand All @@ -43,7 +44,6 @@ scalacOptions in ThisBuild := {
// "-Ywarn-unused:params" ::
// "-Ywarn-unused:patvars" ::
// "-Ywarn-unused:privates" ::
"-Ywarn-unused:-imports" ::
// "-Ywarn-value-discard" ::
Nil

Expand Down

0 comments on commit 757291e

Please sign in to comment.