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

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