aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-03-07 17:33:26 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-03-07 17:33:26 +0300
commit9a17e39c1c58a9e4b00b5792e70177c9520103d5 (patch)
tree16ed38259951878338dd3c04f74c8b6f847fe222
parent541528a54a309c464d996fe8296e3b079624fdc8 (diff)
downloadydb-9a17e39c1c58a9e4b00b5792e70177c9520103d5.tar.gz
Intermediate changes
-rw-r--r--library/cpp/yt/ya_cpp.make.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/library/cpp/yt/ya_cpp.make.inc b/library/cpp/yt/ya_cpp.make.inc
index c9b3846658..cfd07909eb 100644
--- a/library/cpp/yt/ya_cpp.make.inc
+++ b/library/cpp/yt/ya_cpp.make.inc
@@ -1,5 +1,7 @@
# This file should be included in all YT projects (including YT ORM installations).
-CXXFLAGS(
- -Wdeprecated-this-capture
-)
+IF (NOT MSVC)
+ CXXFLAGS(
+ -Wdeprecated-this-capture
+ )
+ENDIF()