diff options
author | Christian Hergert <chergert@redhat.com> | 2020-07-17 17:59:09 -0700 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2020-07-21 14:45:12 -0700 |
commit | 514b62223da9622c0c42f012c77d55ec130443a3 (patch) | |
tree | 43ea003b67431cf786ae907cb541ecba79d9a798 /meson.build | |
parent | 7884ab61610162aab4229c5f8ac4ba7904954d7c (diff) | |
download | gtk+-514b62223da9622c0c42f012c77d55ec130443a3.tar.gz |
build: squash various warnings with Clang
Otherwise we have really chatty builds that make it difficult to catch
new issues when compiling.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 2d33e6fe34..85656d20c3 100644 --- a/meson.build +++ b/meson.build @@ -235,6 +235,8 @@ if cc.get_id() == 'msvc' elif cc.get_id() == 'gcc' or cc.get_id() == 'clang' test_cflags = [ '-fno-strict-aliasing', + '-Wno-c++11-extensions', + '-Wno-missing-include-dirs', '-Wno-typedef-redefinition', '-Wcast-align', '-Wduplicated-branches', |