diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-05 23:58:10 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-05 23:58:10 +0300 |
commit | 3ed56aa1acee9079a58b824963e3fe07207385ff (patch) | |
tree | 5598bf72f09037df492912dccd0c72eed5b9c4d1 /build/ymake_conf.py | |
parent | 0e64d28250c9d88d95be9fb5ba504ac021611cec (diff) | |
download | ydb-3ed56aa1acee9079a58b824963e3fe07207385ff.tar.gz |
intermediate changes
ref:1f540c6af893d39b1d330a34c987a6ea5b0795e8
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-x | build/ymake_conf.py | 2 |
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', |