Skip to content

Commit 3ab6605

Browse files
committed
Do not allow NO_COMPILER_WARNINGS() in ya.common
commit_hash:364fa907bc33520787806fea2288afcb1ae465f6
1 parent 1cd90f1 commit 3ab6605

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/ymake.core.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4084,7 +4084,6 @@ _SEM_EXTRA_CXX_FLAGS=
40844084
### @usage: NO_COMPILER_WARNINGS()
40854085
### Disable all compiler warnings in the module.
40864086
macro NO_COMPILER_WARNINGS() {
4087-
.ALLOWED_IN_COMMON=yes
40884087
ENABLE(NO_COMPILER_WARNINGS)
40894088
SET(_SEM_EXTRA_CXX_FLAGS "$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>")
40904089
}

0 commit comments

Comments
 (0)