about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-10-16 22:56:17 -0700
committerbors <bors@rust-lang.org>2013-10-16 22:56:17 -0700
commit88acb73ce5a98e707ce68f5c0579641de38b5955 (patch)
tree928b04d20f354ca068c8f0a9fff41df272a07437
parent6c08cc2db4f98e9f07ae7d50338396c4123c2f0a (diff)
parent6969e5fb587dff4798386b1386661920b71e9f00 (diff)
downloadrust-88acb73ce5a98e707ce68f5c0579641de38b5955.tar.gz
rust-88acb73ce5a98e707ce68f5c0579641de38b5955.zip
auto merge of #9891 : alexcrichton/rust/allow-warnings, r=brson
Closes #9754
-rw-r--r--mk/target.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/target.mk b/mk/target.mk
index 8592f7968c8..cd0b78dfe6d 100644
--- a/mk/target.mk
+++ b/mk/target.mk
@@ -15,9 +15,9 @@ export CFG_COMPILER_TRIPLE
 
 # The standard libraries should be held up to a higher standard than any old
 # code, make sure that these common warnings are denied by default. These can
-# be overridden during development temporarily. For stage0, we allow all these
-# to suppress warnings which may be bugs in stage0 (should be fixed in stage1+)
-WFLAGS_ST0 = -A warnings
+# be overridden during development temporarily. For stage0, we allow warnings
+# which may be bugs in stage0 (should be fixed in stage1+)
+WFLAGS_ST0 = -W warnings
 WFLAGS_ST1 = -D warnings
 WFLAGS_ST2 = -D warnings