• Show log

    Commit

  • Hash : 7819aeb6
    Author : Ben Wagner
    Date : 2017-06-28T22:57:41

    Avoid Microsoft compiler warnings (#51331).
    
    While clang's sanitizer recommends a cast to unsigned for safe
    negation (to handle -INT_MIN), both MSVC and Visualc emit warning
    C4146 if an unsigned value gets negated.
    
    * include/freetype/internal/ftcalc.h (NEG_LONG, NEG_INT32),
    src/base/ftcalc.c (FT_MOVE_SIGN): Replace negation with a
    subtraction.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/freetype.git
    Git SSH git@git.kmx.io:kc3-lang/freetype.git
    Public access ? public
    Description
    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags