diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-04-11 12:23:05 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-04-11 12:23:05 +0300 |
commit | e892a15494d3480c4a211b7f60fc86e5fcc2be37 (patch) | |
tree | 1b00ab311f29c4c78e94d17059c98d85d9ea141e /library/cpp | |
parent | a9ea4f5cd408a436d0dc2200c68c3406b35a8589 (diff) | |
download | ydb-e892a15494d3480c4a211b7f60fc86e5fcc2be37.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/yt/ya_cpp.make.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/library/cpp/yt/ya_cpp.make.inc b/library/cpp/yt/ya_cpp.make.inc deleted file mode 100644 index cfd07909ebe..00000000000 --- a/library/cpp/yt/ya_cpp.make.inc +++ /dev/null @@ -1,7 +0,0 @@ -# This file should be included in all YT projects (including YT ORM installations). - -IF (NOT MSVC) - CXXFLAGS( - -Wdeprecated-this-capture - ) -ENDIF() |