diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-02-25 13:50:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 13:50:56 +0100 |
commit | c55a447ab4b567d1d9f308ae11a3293ff1a7d682 (patch) | |
tree | 96fdec0966586e2bf7502a1c08f2552345377ccb /meson.build | |
parent | 60722ad778d005790231038eecc4ba3034c1a0fc (diff) | |
parent | adbdcfbe6377439999a2fb6b31e74a57ace0baeb (diff) | |
download | systemd-c55a447ab4b567d1d9f308ae11a3293ff1a7d682.tar.gz |
Merge pull request #11798 from keszybz/mem-sanitizer-fix
meson: make sure preprocesor warnings are not treated as errors
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 82ecb4d0e6..0a2b24d4b2 100644 --- a/meson.build +++ b/meson.build @@ -333,6 +333,7 @@ possible_cc_flags = [ '-Wno-missing-field-initializers', '-Wno-unused-result', '-Wno-format-signedness', + '-Wno-error=#warnings', # work-around for gcc 7.1 turning this on on its own. '-Wno-error=nonnull', |