We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab6605 commit 8dbac47Copy full SHA for 8dbac47
build/ymake.core.conf
@@ -4088,14 +4088,6 @@ macro NO_COMPILER_WARNINGS() {
4088
SET(_SEM_EXTRA_CXX_FLAGS "$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>")
4089
}
4090
4091
-### @usage: WERROR()
4092
-### Consider warnings as errors in the current module.
4093
-### In the bright future will be removed, since WERROR is the default.
4094
-### DEPRECATED: intentionally does nothing
4095
-macro WERROR() {
4096
- ENABLE(WERROR)
4097
-}
4098
-
4099
### @usage: NO_WERROR()
4100
### Override WERROR() behavior
4101
### DEPRECATED: Should be replaced with NO_COMPILER_WARNINGS
0 commit comments