summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/ya_cpp.make.inc
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/yt/ya_cpp.make.inc')
-rw-r--r--library/cpp/yt/ya_cpp.make.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/yt/ya_cpp.make.inc b/library/cpp/yt/ya_cpp.make.inc
index cfd07909ebe..81c522e0d61 100644
--- a/library/cpp/yt/ya_cpp.make.inc
+++ b/library/cpp/yt/ya_cpp.make.inc
@@ -3,5 +3,6 @@
IF (NOT MSVC)
CXXFLAGS(
-Wdeprecated-this-capture
+ -Wimplicit-fallthrough
)
ENDIF()