Skip to content

Commit

Permalink
Allow all warnings in stage0 to account for bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 22, 2013
1 parent 74f4bad commit 634eddb
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

5 comments on commit 634eddb

@bors
Copy link
Contributor

@bors bors commented on 634eddb Jul 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from thestinger
at alexcrichton@634eddb

@bors
Copy link
Contributor

@bors bors commented on 634eddb Jul 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/ignore-warnings = 634eddb into auto

@bors
Copy link
Contributor

@bors bors commented on 634eddb Jul 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/ignore-warnings = 634eddb merged ok, testing candidate = 40a48e6

@bors
Copy link
Contributor

@bors bors commented on 634eddb Jul 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 40a48e6

Please sign in to comment.