Browse Source

Do not allow NO_COMPILER_WARNINGS() in ya.common
commit_hash:364fa907bc33520787806fea2288afcb1ae465f6

thegeorg 3 months ago
parent
commit
3ab6605ecf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      build/ymake.core.conf

+ 0 - 1
build/ymake.core.conf

@@ -4084,7 +4084,6 @@ _SEM_EXTRA_CXX_FLAGS=
 ### @usage: NO_COMPILER_WARNINGS()
 ### Disable all compiler warnings in the module.
 macro NO_COMPILER_WARNINGS() {
-    .ALLOWED_IN_COMMON=yes
     ENABLE(NO_COMPILER_WARNINGS)
     SET(_SEM_EXTRA_CXX_FLAGS "$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>")
 }