From 3c9bba8e28fdf3bca1abbce2a72e27c542c2fac4 Mon Sep 17 00:00:00 2001 From: svidyuk Date: Fri, 1 Jul 2022 09:02:32 +0300 Subject: Hackish NO_COMPILER_WARNINGS support Proper implementation must be done as part of YMAKE-91 YMAKE-91 ref:8b77363477972e5927f43d53d571cd60dd458995 --- library/cpp/lfalloc/CMakeLists.txt | 3 +++ library/cpp/lfalloc/yt/CMakeLists.darwin.txt | 1 + 2 files changed, 4 insertions(+) (limited to 'library/cpp') diff --git a/library/cpp/lfalloc/CMakeLists.txt b/library/cpp/lfalloc/CMakeLists.txt index 99da2da1d72..9564ed7af02 100644 --- a/library/cpp/lfalloc/CMakeLists.txt +++ b/library/cpp/lfalloc/CMakeLists.txt @@ -8,6 +8,9 @@ add_library(library-cpp-lfalloc) +target_compile_options(library-cpp-lfalloc PRIVATE + -Wno-everything +) target_link_libraries(library-cpp-lfalloc PUBLIC contrib-libs-cxxsupp cpp-malloc-api diff --git a/library/cpp/lfalloc/yt/CMakeLists.darwin.txt b/library/cpp/lfalloc/yt/CMakeLists.darwin.txt index 4dd2d33d59c..efd7f13a5ca 100644 --- a/library/cpp/lfalloc/yt/CMakeLists.darwin.txt +++ b/library/cpp/lfalloc/yt/CMakeLists.darwin.txt @@ -10,6 +10,7 @@ add_library(cpp-lfalloc-yt) target_compile_options(cpp-lfalloc-yt PRIVATE -DLFALLOC_YT + -Wno-everything ) target_link_libraries(cpp-lfalloc-yt PUBLIC contrib-libs-cxxsupp -- cgit v1.3