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

CXXFLAGS(
    -Wdeprecated-this-capture
)