diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-31 11:05:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-02 11:36:14 +0200 |
commit | aa812c5bf1d540d7f13feae7e9b9827e7f9326e0 (patch) | |
tree | b40d08ac9dbb183c6624ab047230ecc9b70b3628 /package/glib/patches/patch-meson_build | |
parent | 1b3b1d2c5d5cdc30cf7abbd4119ee447679cad7d (diff) |
glib: update to 2.84.0
Diffstat (limited to 'package/glib/patches/patch-meson_build')
-rw-r--r-- | package/glib/patches/patch-meson_build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/glib/patches/patch-meson_build b/package/glib/patches/patch-meson_build deleted file mode 100644 index dbc6c7457..000000000 --- a/package/glib/patches/patch-meson_build +++ /dev/null @@ -1,10 +0,0 @@ ---- glib-2.78.4.orig/meson.build 2024-01-21 20:48:20.000000000 +0100 -+++ glib-2.78.4/meson.build 2024-08-30 10:20:24.877632538 +0200 -@@ -527,6 +527,7 @@ if cc.get_id() == 'gcc' or cc.get_id() = - '-Werror=missing-include-dirs', - '-Werror=pointer-arith', - '-Werror=unused-result', -+ '-Wno-error=format-nonliteral', - ] - - warning_c_args = warning_common_args + [ |