diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-12-10 19:32:28 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-12-10 20:10:32 +0300 |
commit | 8dbac47dd11f2cafaa73b07f913aa5d2d714de9b (patch) | |
tree | 9a4c95ad01ce1835b4c5c1b36fb7627094733eca /build | |
parent | 3ab6605ecf938dcbeb6abb7fc984cab13d8fb616 (diff) | |
download | ydb-8dbac47dd11f2cafaa73b07f913aa5d2d714de9b.tar.gz |
Remove no-op WERROR() macro as -Werror was enabled by default in rXXXXXX
commit_hash:1f0734016dee84a91432d856f05210371a339d6f
Diffstat (limited to 'build')
-rw-r--r-- | build/ymake.core.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 20e8dbbb72..40f99de2e0 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -4088,14 +4088,6 @@ macro NO_COMPILER_WARNINGS() { SET(_SEM_EXTRA_CXX_FLAGS "$<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>") } -### @usage: WERROR() -### Consider warnings as errors in the current module. -### In the bright future will be removed, since WERROR is the default. -### DEPRECATED: intentionally does nothing -macro WERROR() { - ENABLE(WERROR) -} - ### @usage: NO_WERROR() ### Override WERROR() behavior ### DEPRECATED: Should be replaced with NO_COMPILER_WARNINGS |