Skip to content

Commit 6fbf7c8

Browse files
committed
remove -Xfatal-warnings to temp test
1 parent 3aa6fb4 commit 6fbf7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ object SparkBuild extends PomBuild {
219219
scalacOptions in Compile ++= {
220220
if (VersionNumber(scalaVersion.value).matchesSemVer(SemanticSelector("<2.13.2"))) {
221221
Seq(
222-
"-Xfatal-warnings",
222+
// "-Xfatal-warnings",
223223
"-deprecation",
224224
"-P:silencer:globalFilters=.*deprecated.*" //regex to catch deprecation warnings and supress them
225225
)

0 commit comments

Comments
 (0)