Browse Source

Remove unused NO_WERROR() macro
commit_hash:db9f52736e29a4ca8c058a5ca173b1f96cd07c15

thegeorg 2 months ago
parent
commit
bcbd65b26d
1 changed files with 0 additions and 8 deletions
  1. 0 8
      build/ymake.core.conf

+ 0 - 8
build/ymake.core.conf

@@ -4074,14 +4074,6 @@ macro NO_COMPILER_WARNINGS() {
     SET(_SEM_EXTRA_CXX_FLAGS "$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>")
 }
 
-### @usage: NO_WERROR()
-### Override WERROR() behavior
-### DEPRECATED: Should be replaced with NO_COMPILER_WARNINGS
-macro NO_WERROR() {
-    ENABLE(NO_COMPILER_WARNINGS)
-    SET(_SEM_EXTRA_CXX_FLAGS "$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>")
-}
-
 ### @usage: NO_WSHADOW()
 ### Disable C++ shadowing warnings.
 macro NO_WSHADOW() {