diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-10 15:00:26 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-10 15:00:26 +0300 |
commit | 9c0aba153792e8e7081d59499abbac463888c28e (patch) | |
tree | 404df4978997baa4e7a0fcfa52dadcefe2b24013 | |
parent | e79a78fe80b56fcee3e229dfca0adfc27d329913 (diff) | |
download | ydb-9c0aba153792e8e7081d59499abbac463888c28e.tar.gz |
intermediate changes
ref:ca912b30074c09d061ffd8889cfa7f06a5954129
-rw-r--r-- | build/conf/license.conf | 1 | ||||
-rw-r--r-- | contrib/restricted/boost/boost/range/detail/any_iterator_buffer.hpp | 2 | ||||
-rw-r--r-- | contrib/restricted/ya.make | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index c80f7f92930..a34e370e17f 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -347,6 +347,7 @@ LICENSES_REQUIRE_CITATION= \ Cmu-Computing-Services \ OpenSSL \ Spencer-94 \ + NetCDF \ ${CUSTOM_LICENSE_LIBSSH2_AGENT_WIN} LICENSES_SERVICE= \ diff --git a/contrib/restricted/boost/boost/range/detail/any_iterator_buffer.hpp b/contrib/restricted/boost/boost/range/detail/any_iterator_buffer.hpp index 2bb5d53a425..d40f670b642 100644 --- a/contrib/restricted/boost/boost/range/detail/any_iterator_buffer.hpp +++ b/contrib/restricted/boost/boost/range/detail/any_iterator_buffer.hpp @@ -97,7 +97,7 @@ namespace boost { BOOST_STATIC_ASSERT(( StackBufferSize > 0 )); public: - void* allocate(std::size_t bytes) + void* allocate([[maybe_unused]] std::size_t bytes) { BOOST_ASSERT( bytes <= m_buffer.size() ); return m_buffer.data(); diff --git a/contrib/restricted/ya.make b/contrib/restricted/ya.make index 8c37a4d4dbe..60f813dd3b0 100644 --- a/contrib/restricted/ya.make +++ b/contrib/restricted/ya.make @@ -44,6 +44,7 @@ RECURSE( mlir mpg123 murmurhash + netcdf-c nfs_ganesha noc openal-soft |