aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/ya_cpp.make.inc
blob: 81c522e0d61c21058d371b98a475ac83f2bd2567 (plain) (blame)
1
2
3
4
5
6
7
8
# This file should be included in all YT projects (including YT ORM installations).

IF (NOT MSVC)
    CXXFLAGS(
        -Wdeprecated-this-capture
        -Wimplicit-fallthrough
    )
ENDIF()