diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-16 12:43:24 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-16 12:43:24 +0300 |
commit | 0f46dfd1395d095238ce05a88e7538202f51ae03 (patch) | |
tree | 32f2cc3e206f3454ced4ff808780b721d78dc5c0 | |
parent | e6f7dc29c25bb1d8d05d372d979dee35114432b6 (diff) | |
download | ydb-0f46dfd1395d095238ce05a88e7538202f51ae03.tar.gz |
intermediate changes
ref:5aec3b49c76d3d95c28cb5dfc5f7837520083d7f
-rwxr-xr-x | build/ymake_conf.py | 1 | ||||
-rw-r--r-- | contrib/python/ya.make | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py index 1689556546..e65bf273b8 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -2488,7 +2488,6 @@ class MSVCCompiler(MSVC, Compiler): '-Wno-deprecated-enum-enum-conversion', '-Wno-ambiguous-reversed-operator', '-Wno-deprecated-enum-float-conversion', - '-Wno-pointer-to-int-cast', # didn't fail on linux ] # heretic: на момент коммита в нашей конфигурации указано, что тулчейн clang11-windows - аналог msvc 2019 diff --git a/contrib/python/ya.make b/contrib/python/ya.make index 22d4b71f0f..7eee9ed4b0 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -914,6 +914,7 @@ RECURSE( python-rapidjson python-saml python-slugify + python-socks python-telegram-bot python-utils python3-saml |