File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 74f4badcab30c91b018f308d2c44641abed7d732
4
+ refs/heads/snap-stage3: 634eddb28e6cb08008059a6162bb4f0bbd338be5
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ export CFG_COMPILER_TRIPLE
17
17
# code, make sure that these common warnings are denied by default. These can
18
18
# be overridden during development temporarily. For stage0, we allow all these
19
19
# to suppress warnings which may be bugs in stage0 (should be fixed in stage1+)
20
- # NOTE: add "-A warnings" after snapshot to WFLAGS_ST0
21
- WFLAGS_ST0 = -A unrecognized-lint
20
+ WFLAGS_ST0 = -A warnings
22
21
WFLAGS_ST1 = -D warnings
23
22
WFLAGS_ST2 = -D warnings
24
23
You can’t perform that action at this time.
0 commit comments