diff options
Diffstat (limited to 'package/glib/patches/patch-meson_build')
-rw-r--r-- | package/glib/patches/patch-meson_build | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/glib/patches/patch-meson_build b/package/glib/patches/patch-meson_build index 7a68e0a57..c410eac33 100644 --- a/package/glib/patches/patch-meson_build +++ b/package/glib/patches/patch-meson_build @@ -1,10 +1,10 @@ ---- glib-2.70.0.orig/meson.build 2021-09-17 12:17:56.849962700 +0200 -+++ glib-2.70.0/meson.build 2022-02-28 20:24:15.048295012 +0100 -@@ -449,6 +449,7 @@ if cc.get_id() == 'gcc' or cc.get_id() = +--- glib-2.75.2.orig/meson.build 2023-01-06 13:49:52.000000000 +0100 ++++ glib-2.75.2/meson.build 2023-01-22 14:18:11.633406695 +0100 +@@ -513,6 +513,7 @@ if cc.get_id() == 'gcc' or cc.get_id() = '-Werror=missing-include-dirs', - '-Werror=missing-prototypes', '-Werror=pointer-arith', + '-Werror=unused-result', + '-Wno-error=format-nonliteral', ] - warning_c_link_args = [ - '-Wl,-z,nodelete', + + warning_c_args = warning_common_args + [ |