Skip to content

Commit

Permalink
auto merge of #7957 : alexcrichton/rust/ignore-warnings, r=thestinger
Browse files Browse the repository at this point in the history
The new snapshot now enables this.
  • Loading branch information
bors committed Jul 22, 2013
2 parents 74f4bad + 634eddb commit 40a48e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mk/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 40a48e6

Please sign in to comment.