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',