• Show log

    Commit

  • Hash : a3892be7
    Author : Tim-Philipp Müller
    Date : 2020-03-14T01:08:15

    [meson] fix spurious warning when building test/api C sources
    
    Fixes compiler warning
    
      test-unicode.c:589:1: warning: ‘test_unicode_properties_lenient’ defined but not used
    
    which didn't happen with autotools.
    
    Reason it does with meson is that the setup for C was slightly wrong.
    We would only add -DHAVE_CONFIG_H to cpp_args which is only valid when
    compiling C++ code, but not plain C code, and many of these tests were
    plain C.
    
    Instead pass -DHAVE_CONFIG_H via add_project_arguments() and make sure
    to set both c_args and cpp_args when building test executables.
    
    Fixes https://github.com/harfbuzz/harfbuzz/issues/2257
    

  • 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