Edit

kc3-lang/freetype/src/type42

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2023-02-08 19:36:10
    Hash : ac5babe8
    Message : Fix 'fall-through' warning messages. Modern compilers get more insistent on that... * include/freetype/internal/compiler-macros.h (FALL_THROUGH): Define. * src/*: Use it instead of `/* fall through */` comments.