diff options
| author | babenko <[email protected]> | 2024-12-08 22:31:20 +0300 |
|---|---|---|
| committer | babenko <[email protected]> | 2024-12-08 22:46:02 +0300 |
| commit | 2613a931601074330c996695d0772639d801e80a (patch) | |
| tree | 31ed099113cea2e6ecbf1c0967f8e0eac9abedc8 /library/cpp | |
| parent | 693f03f7f9738d7e7a68f03477725f24dfd3d2b6 (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.inc | 1 |
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() |
