Skip to content

Commit 1a5036a

Browse files
committed
Revert Werror
1 parent ce7e7c8 commit 1a5036a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ object Build {
173173
"-feature",
174174
"-deprecation",
175175
"-unchecked",
176-
"-Werror",
176+
"-Xfatal-warnings",
177+
//"-Werror",
177178
//"-Wunused:imports",
178179
"-encoding", "UTF8",
179180
"-language:existentials,higherKinds,implicitConversions,postfixOps"

0 commit comments

Comments
 (0)