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