diff options
| author | svidyuk <[email protected]> | 2022-07-01 09:02:32 +0300 |
|---|---|---|
| committer | svidyuk <[email protected]> | 2022-07-01 09:02:32 +0300 |
| commit | 3c9bba8e28fdf3bca1abbce2a72e27c542c2fac4 (patch) | |
| tree | 813632dc1e042d4799bb1a5838d02c781c977218 /contrib/libs/grpc | |
| parent | 77cb1379853232a9e0f5540d74d564dc76c9c208 (diff) | |
Hackish NO_COMPILER_WARNINGS support
Proper implementation must be done as part of YMAKE-91
YMAKE-91
ref:8b77363477972e5927f43d53d571cd60dd458995
Diffstat (limited to 'contrib/libs/grpc')
6 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libs/grpc/grpc++/CMakeLists.txt b/contrib/libs/grpc/grpc++/CMakeLists.txt index bbaa168b306..b7ffa3bdad1 100644 --- a/contrib/libs/grpc/grpc++/CMakeLists.txt +++ b/contrib/libs/grpc/grpc++/CMakeLists.txt @@ -11,6 +11,7 @@ find_package(OpenSSL REQUIRED) add_library(libs-grpc-grpc++) target_compile_options(libs-grpc-grpc++ PRIVATE -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 + -Wno-everything ) target_include_directories(libs-grpc-grpc++ PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include diff --git a/contrib/libs/grpc/grpc/CMakeLists.txt b/contrib/libs/grpc/grpc/CMakeLists.txt index 2c4440df146..04c39ff62fd 100644 --- a/contrib/libs/grpc/grpc/CMakeLists.txt +++ b/contrib/libs/grpc/grpc/CMakeLists.txt @@ -13,6 +13,7 @@ find_package(c-ares REQUIRED) add_library(libs-grpc-grpc) target_compile_options(libs-grpc-grpc PRIVATE -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 + -Wno-everything ) target_include_directories(libs-grpc-grpc PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.txt b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.txt index f0aeb99402c..3a5fffec241 100644 --- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.txt +++ b/contrib/libs/grpc/src/compiler/grpc_plugin_support/CMakeLists.txt @@ -10,6 +10,7 @@ add_library(src-compiler-grpc_plugin_support) target_compile_options(src-compiler-grpc_plugin_support PRIVATE -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 + -Wno-everything ) target_include_directories(src-compiler-grpc_plugin_support PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include diff --git a/contrib/libs/grpc/src/core/lib/CMakeLists.txt b/contrib/libs/grpc/src/core/lib/CMakeLists.txt index cb22364dc35..709d7addd0f 100644 --- a/contrib/libs/grpc/src/core/lib/CMakeLists.txt +++ b/contrib/libs/grpc/src/core/lib/CMakeLists.txt @@ -10,6 +10,7 @@ add_library(src-core-lib) target_compile_options(src-core-lib PRIVATE -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 + -Wno-everything ) target_include_directories(src-core-lib PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/include diff --git a/contrib/libs/grpc/third_party/address_sorting/CMakeLists.txt b/contrib/libs/grpc/third_party/address_sorting/CMakeLists.txt index e024f29061e..0430018b2d2 100644 --- a/contrib/libs/grpc/third_party/address_sorting/CMakeLists.txt +++ b/contrib/libs/grpc/third_party/address_sorting/CMakeLists.txt @@ -10,6 +10,7 @@ add_library(grpc-third_party-address_sorting) target_compile_options(grpc-third_party-address_sorting PRIVATE -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 + -Wno-everything ) target_include_directories(grpc-third_party-address_sorting PRIVATE ${CMAKE_BINARY_DIR}/contrib/libs/grpc diff --git a/contrib/libs/grpc/third_party/upb/CMakeLists.txt b/contrib/libs/grpc/third_party/upb/CMakeLists.txt index e0380063147..bfb7f888a97 100644 --- a/contrib/libs/grpc/third_party/upb/CMakeLists.txt +++ b/contrib/libs/grpc/third_party/upb/CMakeLists.txt @@ -10,6 +10,7 @@ add_library(grpc-third_party-upb) target_compile_options(grpc-third_party-upb PRIVATE -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 + -Wno-everything ) target_include_directories(grpc-third_party-upb PRIVATE ${CMAKE_BINARY_DIR}/contrib/libs/grpc |
