ya_cpp.make.inc 192 B

12345678
  1. # This file should be included in all YT projects (including YT ORM installations).
  2. IF (NOT MSVC)
  3. CXXFLAGS(
  4. -Wdeprecated-this-capture
  5. -Wimplicit-fallthrough
  6. )
  7. ENDIF()