• Show log

    Commit

  • Hash : b5285b34
    Author : Behdad Esfahbod
    Date : 2018-09-30T12:23:01

    [util] Remove unneeded virtual
    
    clang warning:
    
    ../../util/options.hh:72:13: warning: destination for this 'memset' call is a pointer to dynamic class
          'option_parser_t'; vtable pointer will be overwritten [-Wdynamic-class-memaccess]
        memset (this, 0, sizeof (*this));
        ~~~~~~  ^
    ../../util/options.hh:72:13: note: explicitly cast the pointer to silence this warning
        memset (this, 0, sizeof (*this));
                ^
                (void*)
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/harfbuzz.git
    Git SSH git@git.kmx.io:kc3-lang/harfbuzz.git
    Public access ? public
    Description

    HarfBuzz text shaping engine

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags