We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f4bad commit 634eddbCopy full SHA for 634eddb
mk/target.mk
@@ -17,8 +17,7 @@ export CFG_COMPILER_TRIPLE
17
# code, make sure that these common warnings are denied by default. These can
18
# be overridden during development temporarily. For stage0, we allow all these
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
+WFLAGS_ST0 = -A warnings
22
WFLAGS_ST1 = -D warnings
23
WFLAGS_ST2 = -D warnings
24
0 commit comments