diff options
author | svidyuk <svidyuk@yandex-team.ru> | 2022-07-01 09:02:32 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.ru> | 2022-07-01 09:02:32 +0300 |
commit | 3c9bba8e28fdf3bca1abbce2a72e27c542c2fac4 (patch) | |
tree | 813632dc1e042d4799bb1a5838d02c781c977218 /contrib/libs/poco/Net | |
parent | 77cb1379853232a9e0f5540d74d564dc76c9c208 (diff) | |
download | ydb-3c9bba8e28fdf3bca1abbce2a72e27c542c2fac4.tar.gz |
Hackish NO_COMPILER_WARNINGS support
Proper implementation must be done as part of YMAKE-91
YMAKE-91
ref:8b77363477972e5927f43d53d571cd60dd458995
Diffstat (limited to 'contrib/libs/poco/Net')
-rw-r--r-- | contrib/libs/poco/Net/CMakeLists.linux.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libs/poco/Net/CMakeLists.linux.txt b/contrib/libs/poco/Net/CMakeLists.linux.txt index 65026e3dc0..f5e5249730 100644 --- a/contrib/libs/poco/Net/CMakeLists.linux.txt +++ b/contrib/libs/poco/Net/CMakeLists.linux.txt @@ -11,6 +11,7 @@ add_library(libs-poco-Net) target_compile_options(libs-poco-Net PRIVATE -DPOCO_SOCKETADDRESS_DONT_PREFER_IPV4 -DPOCO_HAVE_FD_EPOLL + -Wno-everything ) target_include_directories(libs-poco-Net PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Net/include |