aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-16 12:43:24 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-16 12:43:24 +0300
commit0f46dfd1395d095238ce05a88e7538202f51ae03 (patch)
tree32f2cc3e206f3454ced4ff808780b721d78dc5c0
parente6f7dc29c25bb1d8d05d372d979dee35114432b6 (diff)
downloadydb-0f46dfd1395d095238ce05a88e7538202f51ae03.tar.gz
intermediate changes
ref:5aec3b49c76d3d95c28cb5dfc5f7837520083d7f
-rwxr-xr-xbuild/ymake_conf.py1
-rw-r--r--contrib/python/ya.make1
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