Skip to content

Commit

Permalink
twitter-server: Remove -Xfatal-warnings scalac option
Browse files Browse the repository at this point in the history
Problem

This option is too aggressive and causes issues with warnings
from scaladoc generation.

Resolution

Remove the option for now.

RB_ID=796979
  • Loading branch information
cacoco authored and jenkins committed Feb 4, 2016
1 parent c58ed89 commit 7f8ac88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ object TwitterServer extends Build {
"-unchecked",
"-feature",
"-Xlint",
"-Xfatal-warnings",
"-encoding", "utf8"
),
javacOptions ++= Seq("-Xlint:unchecked", "-source", "1.7", "-target", "1.7"),
Expand Down

0 comments on commit 7f8ac88

Please sign in to comment.