commit | 72b90760b3c37739f407985d504d5e45e97c2e63 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Tue Oct 31 16:41:16 2023 -0700 |
committer | Ed Tanous <ed@tanous.net> | Mon Nov 06 05:48:10 2023 +0000 |
tree | f94ef2855856cacafe8c0f0d6d1163261d79b478 | |
parent | 6804b5c8d8bd4c571b8179589f88bcf1a1502f7b [diff] [blame] |
Don't warn on unused macros Change-Id: If12934606c3ef00025d05a9f0b8bd46000865c9a Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/meson.build b/meson.build index 630fac6..a4315f0 100644 --- a/meson.build +++ b/meson.build
@@ -161,6 +161,7 @@ '-Wno-used-but-marked-unused', '-Wno-weak-vtables', '-Wno-switch-enum', + '-Wno-unused-macros', ]), language:'cpp') endif