|
@@ -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() {
|