Skip to content

Commit 634eddb

Browse files
committed
Allow all warnings in stage0 to account for bugs
1 parent 74f4bad commit 634eddb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/target.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ export CFG_COMPILER_TRIPLE
1717
# code, make sure that these common warnings are denied by default. These can
1818
# be overridden during development temporarily. For stage0, we allow all these
1919
# 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
2221
WFLAGS_ST1 = -D warnings
2322
WFLAGS_ST2 = -D warnings
2423

0 commit comments

Comments
 (0)