diff options
author | 2022-12-24 22:20:09 +0100 | |
---|---|---|
committer | 2022-12-25 00:50:41 +0100 | |
commit | 5d8c705083e938856e3dd61581a85ff5984b831b (patch) | |
tree | 1c75579f363cd83848765dcdd267a1778efda8ba /dev-libs/appstream/files/appstream-0.15.6-disable-Werror-flags.patch | |
parent | app-emulation/uxn: drop old 0_p20220815 (diff) | |
download | gentoo-5d8c705083e938856e3dd61581a85ff5984b831b.tar.gz gentoo-5d8c705083e938856e3dd61581a85ff5984b831b.tar.bz2 gentoo-5d8c705083e938856e3dd61581a85ff5984b831b.zip |
dev-libs/appstream: add 0.15.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/appstream/files/appstream-0.15.6-disable-Werror-flags.patch')
-rw-r--r-- | dev-libs/appstream/files/appstream-0.15.6-disable-Werror-flags.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/dev-libs/appstream/files/appstream-0.15.6-disable-Werror-flags.patch b/dev-libs/appstream/files/appstream-0.15.6-disable-Werror-flags.patch new file mode 100644 index 000000000000..ca50493e4fd6 --- /dev/null +++ b/dev-libs/appstream/files/appstream-0.15.6-disable-Werror-flags.patch @@ -0,0 +1,46 @@ +--- a/meson.build 2022-12-22 23:48:12.000000000 +0100 ++++ b/meson.build 2022-12-24 22:15:49.620891586 +0100 +@@ -95,43 +95,6 @@ + endif + endif + +-# a few compiler warning flags we always want enabled +-add_project_arguments( +- cc.get_supported_arguments([ +- '-Werror=shadow', +- '-Werror=empty-body', +- '-Werror=strict-prototypes', +- '-Werror=missing-prototypes', +- '-Werror=implicit-function-declaration', +- '-Werror=pointer-arith', +- '-Werror=missing-declarations', +- '-Werror=return-type', +- '-Werror=int-conversion', +- '-Werror=incompatible-pointer-types', +- '-Werror=misleading-indentation', +- '-Werror=missing-include-dirs', +- '-Werror=declaration-after-statement', +- '-Werror=format-security', +- +- '-Wno-missing-field-initializers', +- '-Wno-error=missing-field-initializers', +- '-Wno-unused-parameter', +- '-Wno-error=unused-parameter', +- ]), +- language: 'c' +-) +-add_project_arguments( +- '-Wno-unused-parameter', +- '-Werror=shadow', +- '-Werror=empty-body', +- '-Werror=pointer-arith', +- '-Werror=init-self', +- '-Werror=missing-declarations', +- '-Werror=return-type', +- '-Werror=misleading-indentation', +- '-Werror=format-security', +- language: 'cpp' +-) + add_project_arguments('-DAS_COMPILATION', language: 'c') + + # Vendor extensions in system headers |