Skip to content
  • Jehan's avatar
    meson: add -Wformat to common cflags. · fdf5c7ed
    Jehan authored
    This fixes the following warning during GIR generation:
    > cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]
    
    And anyway it is useless to set -Wformat-security if -Wformat is not set
    as well, so if we want one, let's have both.
    fdf5c7ed