Skip to content

Commit

Permalink
remove -Xfatal-warnings to temp test
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferYang committed Nov 13, 2020
1 parent 3aa6fb4 commit 6fbf7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ object SparkBuild extends PomBuild {
scalacOptions in Compile ++= {
if (VersionNumber(scalaVersion.value).matchesSemVer(SemanticSelector("<2.13.2"))) {
Seq(
"-Xfatal-warnings",
// "-Xfatal-warnings",
"-deprecation",
"-P:silencer:globalFilters=.*deprecated.*" //regex to catch deprecation warnings and supress them
)
Expand Down

0 comments on commit 6fbf7c8

Please sign in to comment.