aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-23 11:43:35 +0300
committerthegeorg <thegeorg@yandex-team.ru>2022-02-23 11:43:35 +0300
commitdc607d4bdea3e3fd300a1b96c14989024ae4370b (patch)
tree9bb9326da2ea21cab63ed845051b293ca5317420 /build/ymake_conf.py
parent73db9ea237def2c2635db24388affcc401da6e3e (diff)
downloadydb-dc607d4bdea3e3fd300a1b96c14989024ae4370b.tar.gz
clang-cl: Enable yet another warning with the very long name
ref:878ef48a386627a1eb0325b0ccff820b1d627900
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-xbuild/ymake_conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index 198fd65315..97e98795e6 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -2469,7 +2469,6 @@ class MSVCCompiler(MSVC, Compiler):
'-Wno-macro-redefined',
'-Wno-parentheses',
'-Wno-pragma-pack',
- '-Wno-tautological-constant-out-of-range-compare',
'-Wno-unknown-argument',
'-Wno-unknown-warning-option',
))