aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-05 23:58:10 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-05 23:58:10 +0300
commit3ed56aa1acee9079a58b824963e3fe07207385ff (patch)
tree5598bf72f09037df492912dccd0c72eed5b9c4d1 /build/ymake_conf.py
parent0e64d28250c9d88d95be9fb5ba504ac021611cec (diff)
downloadydb-3ed56aa1acee9079a58b824963e3fe07207385ff.tar.gz
intermediate changes
ref:1f540c6af893d39b1d330a34c987a6ea5b0795e8
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-xbuild/ymake_conf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index f8c5ef4655..5104af1ef3 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -1427,7 +1427,6 @@ class GnuCompiler(Compiler):
'-Wimport-preprocessor-directive-pedantic',
'-Wno-undefined-var-template',
'-Wno-return-std-move',
- '-Wno-address-of-packed-member',
'-Wno-defaulted-function-deleted',
'-Wno-pessimizing-move',
'-Wno-range-loop-construct',
@@ -2456,7 +2455,6 @@ class MSVCCompiler(MSVC, Compiler):
c_warnings.extend((
'-Wno-bitwise-op-parentheses',
- '-Wno-extern-initializer',
'-Wno-format',
'-Wno-logical-op-parentheses',
'-Wno-macro-redefined',