Skip to content

Commit 88acb73

Browse files
committed
auto merge of #9891 : alexcrichton/rust/allow-warnings, r=brson
Closes #9754
2 parents 6c08cc2 + 6969e5f commit 88acb73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mk/target.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ export CFG_COMPILER_TRIPLE
1515

1616
# The standard libraries should be held up to a higher standard than any old
1717
# code, make sure that these common warnings are denied by default. These can
18-
# be overridden during development temporarily. For stage0, we allow all these
19-
# to suppress warnings which may be bugs in stage0 (should be fixed in stage1+)
20-
WFLAGS_ST0 = -A warnings
18+
# be overridden during development temporarily. For stage0, we allow warnings
19+
# which may be bugs in stage0 (should be fixed in stage1+)
20+
WFLAGS_ST0 = -W warnings
2121
WFLAGS_ST1 = -D warnings
2222
WFLAGS_ST2 = -D warnings
2323

0 commit comments

Comments
 (0)