Skip to content

Commit 27d4cec

Browse files
committed
Revert Werror
1 parent 274a1e3 commit 27d4cec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ object Build {
176176
"-feature",
177177
"-deprecation",
178178
"-unchecked",
179-
"-Werror",
179+
"-Xfatal-warnings",
180+
//"-Werror",
180181
//"-Wunused:imports",
181182
"-encoding", "UTF8",
182183
"-language:existentials,higherKinds,implicitConversions,postfixOps"

0 commit comments

Comments
 (0)