]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Add -Wno-ignored-attributes
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 8 Aug 2023 21:09:34 +0000 (23:09 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:35 +0000 (13:28 +0100)
meson/compiler-setup/meson.build

index 29599f0e6cb780fc3afadc215965a7b7e477facd..e132b79ec88afebfb5f30d4c6c3df95f40ab55d1 100644 (file)
@@ -7,7 +7,7 @@ if meson.get_compiler('cpp').get_id() == 'clang'
   add_global_arguments('-ferror-limit=0', language: ['c', 'cpp'])
 endif
 
-add_global_arguments('-Wshadow', '-Wmissing-declarations', '-Wredundant-decls', language: ['c', 'cpp'])
+add_global_arguments('-Wshadow', '-Wmissing-declarations', '-Wredundant-decls', '-Wno-ignored-attributes', language: ['c', 'cpp'])
 
 cxx = meson.get_compiler('cpp')
 system = target_machine.system()