Skip to content

Commit 8dbac47

Browse files
committed
Remove no-op WERROR() macro as -Werror was enabled by default in rXXXXXX
commit_hash:1f0734016dee84a91432d856f05210371a339d6f
1 parent 3ab6605 commit 8dbac47

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build/ymake.core.conf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4088,14 +4088,6 @@ macro NO_COMPILER_WARNINGS() {
40884088
SET(_SEM_EXTRA_CXX_FLAGS "$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>")
40894089
}
40904090

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-
40994091
### @usage: NO_WERROR()
41004092
### Override WERROR() behavior
41014093
### DEPRECATED: Should be replaced with NO_COMPILER_WARNINGS

0 commit comments

Comments
 (0)