summaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorbabenko <[email protected]>2024-12-08 22:31:20 +0300
committerbabenko <[email protected]>2024-12-08 22:46:02 +0300
commit2613a931601074330c996695d0772639d801e80a (patch)
tree31ed099113cea2e6ecbf1c0967f8e0eac9abedc8 /library/cpp
parent693f03f7f9738d7e7a68f03477725f24dfd3d2b6 (diff)
Enable -Wimplicit-fallthrough (and also fix the discovered issues)
commit_hash:06fd6ffa9ec768168c34547fcdfb15e2f9ad75f8
Diffstat (limited to 'library/cpp')
-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()