diff options
Diffstat (limited to 'net/libgweather4/files/patch-libgweather_meson.build')
-rw-r--r-- | net/libgweather4/files/patch-libgweather_meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libgweather4/files/patch-libgweather_meson.build b/net/libgweather4/files/patch-libgweather_meson.build new file mode 100644 index 000000000000..3f8d9bbbcca4 --- /dev/null +++ b/net/libgweather4/files/patch-libgweather_meson.build @@ -0,0 +1,11 @@ +--- libgweather/meson.build.orig 2023-09-16 11:21:48 UTC ++++ libgweather/meson.build +@@ -24,7 +24,7 @@ add_project_arguments(c_compiler.get_supported_argumen + + # We guarantee that our code base does not fail these + '-Werror=format=2', +- '-Werror=implicit-function-declaration', ++# '-Werror=implicit-function-declaration', + '-Werror=init-self', + '-Werror=missing-include-dirs', + ]), language: 'c') |