diff options
| author | babenko <[email protected]> | 2023-03-03 09:26:42 +0300 |
|---|---|---|
| committer | babenko <[email protected]> | 2023-03-03 09:26:42 +0300 |
| commit | abfca1b53fa9b0a4bd67a60fc117ab3af735bc78 (patch) | |
| tree | a04b397a6ee9136b137f58b4a7ca5dfe9246a435 /library/cpp/yt/yson_string | |
| parent | d12d9bfcba02f191a981246652f15fb5bcb67d32 (diff) | |
Enable -Wdeprecated-this-capture for all YT projects
Diffstat (limited to 'library/cpp/yt/yson_string')
| -rw-r--r-- | library/cpp/yt/yson_string/CMakeLists.darwin.txt | 3 | ||||
| -rw-r--r-- | library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt | 3 | ||||
| -rw-r--r-- | library/cpp/yt/yson_string/CMakeLists.linux.txt | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/library/cpp/yt/yson_string/CMakeLists.darwin.txt b/library/cpp/yt/yson_string/CMakeLists.darwin.txt index 941cc516b04..31253becd72 100644 --- a/library/cpp/yt/yson_string/CMakeLists.darwin.txt +++ b/library/cpp/yt/yson_string/CMakeLists.darwin.txt @@ -8,6 +8,9 @@ add_library(cpp-yt-yson_string) +target_compile_options(cpp-yt-yson_string PRIVATE + -Wdeprecated-this-capture +) target_link_libraries(cpp-yt-yson_string PUBLIC contrib-libs-cxxsupp yutil diff --git a/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt b/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt index b8dfa1d7a12..4e3045fc6aa 100644 --- a/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt +++ b/library/cpp/yt/yson_string/CMakeLists.linux-aarch64.txt @@ -8,6 +8,9 @@ add_library(cpp-yt-yson_string) +target_compile_options(cpp-yt-yson_string PRIVATE + -Wdeprecated-this-capture +) target_link_libraries(cpp-yt-yson_string PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp diff --git a/library/cpp/yt/yson_string/CMakeLists.linux.txt b/library/cpp/yt/yson_string/CMakeLists.linux.txt index b8dfa1d7a12..4e3045fc6aa 100644 --- a/library/cpp/yt/yson_string/CMakeLists.linux.txt +++ b/library/cpp/yt/yson_string/CMakeLists.linux.txt @@ -8,6 +8,9 @@ add_library(cpp-yt-yson_string) +target_compile_options(cpp-yt-yson_string PRIVATE + -Wdeprecated-this-capture +) target_link_libraries(cpp-yt-yson_string PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp |
