diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-09-18 19:25:25 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-09-18 19:37:05 +0300 |
commit | a722c5b3d1c9bb1f63ffb38c5eb1976cfdd35cac (patch) | |
tree | 8193d6f7348e6220d592affc32acc29e862ca364 /contrib | |
parent | f278a3148000212f90099037f1181b32da94e6ef (diff) | |
download | ydb-a722c5b3d1c9bb1f63ffb38c5eb1976cfdd35cac.tar.gz |
Switch contrib/restricted/boost/asio to boost.make_library()
commit_hash:5d8f672a37cdcf8ba251fab34d01056af1d2646c
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/asio/ya.make | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/restricted/boost/asio/ya.make b/contrib/restricted/boost/asio/ya.make index 4a7739cb3f..3a2909b016 100644 --- a/contrib/restricted/boost/asio/ya.make +++ b/contrib/restricted/boost/asio/ya.make @@ -37,4 +37,8 @@ ADDINCL( GLOBAL contrib/restricted/boost/asio/include ) +NO_COMPILER_WARNINGS() + +NO_UTIL() + END() |