]> git.lizzy.rs Git - rust.git/commitdiff
Allow all warnings in stage0 to account for bugs
authorAlex Crichton <alex@alexcrichton.com>
Mon, 22 Jul 2013 07:30:32 +0000 (00:30 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 22 Jul 2013 07:30:32 +0000 (00:30 -0700)
mk/target.mk

index e3d4b985449ab8e701cf7528754ae0e1b7a41b4f..75482aed0d8d6df54c9250dd0a79468f3212384d 100644 (file)
@@ -17,8 +17,7 @@ export CFG_COMPILER_TRIPLE
 # 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+)
-# NOTE: add "-A warnings" after snapshot to WFLAGS_ST0
-WFLAGS_ST0 = -A unrecognized-lint
+WFLAGS_ST0 = -A warnings
 WFLAGS_ST1 = -D warnings
 WFLAGS_ST2 = -D warnings