You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/appstream/files/appstream-0.12.11-disable-W...

13 lines
512 B

--- a/meson.build 2020-07-26 21:29:04.621544863 +0200
+++ b/meson.build 2020-07-26 21:34:06.682233266 +0200
@@ -52,9 +52,6 @@
add_global_arguments(maintainer_c_args, language: 'cpp')
endif
-# a few compiler warning flags we always want enabled
-add_global_arguments('-Werror=implicit-function-declaration', '-Wno-unused-parameter', language: 'c')
-add_global_arguments('-Wno-unused-parameter', '-Wno-error=deprecated-copy', language: 'cpp')
add_global_arguments('-DAS_COMPILATION', language : 'c')
#