aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-03-03 14:08:45 +0300
committerthegeorg <thegeorg@yandex-team.ru>2022-03-03 14:08:45 +0300
commitecbf59ee908f520741be4c495d9ea4b70dc50fb4 (patch)
tree0f362b5c992ba76edfccbb056ed78aa6d3ab4488 /build
parent75b363ad9be455d895aee7f72f45be2d950d3518 (diff)
downloadydb-ecbf59ee908f520741be4c495d9ea4b70dc50fb4.tar.gz
Enable yet another warning under clang-cl
ref:fdd92250532d24eebbf27cb8f8369eeb88e17df9
Diffstat (limited to 'build')
-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 a26aecbda6..87d789664e 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -2456,7 +2456,6 @@ class MSVCCompiler(MSVC, Compiler):
c_warnings.extend((
'-Wno-bitwise-op-parentheses',
- '-Wno-dll-attribute-on-redeclaration',
'-Wno-extern-initializer',
'-Wno-format',
'-Wno-inconsistent-dllimport',