commit | ec98491a00c5dcffae6be362e483380c807f234c | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Oct 01 10:24:55 2020 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 06 12:27:45 2020 +0000 |
tree | 2caef35c55edfcc961da3f92a664c9671bdcefed | |
parent | 55237c494aa2e23a70535cc9a77c1136f3a49d57 [diff] |
build: silence psabi notes The fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 adds a huge amount of noise. Change-Id: Iaf55a3878303c1c182b4b07c2ecdd8d93e116f43 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meson.build b/meson.build index 3a61d9b..32ba249 100644 --- a/meson.build +++ b/meson.build
@@ -9,6 +9,7 @@ license: 'Apache-2.0', version: '0.1', ) +add_project_arguments('-Wno-psabi', language: 'cpp') boost_args = [ '-DBOOST_SYSTEM_NO_DEPRECATED',