summarylogtreecommitdiffstats
path: root/glib-formaterror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'glib-formaterror.patch')
-rw-r--r--glib-formaterror.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/glib-formaterror.patch b/glib-formaterror.patch
new file mode 100644
index 000000000000..535906675b91
--- /dev/null
+++ b/glib-formaterror.patch
@@ -0,0 +1,13 @@
+--- glib-2.57.2/configure.ac 2018-07-31 20:31:07.000000000 +0200
++++ glib-2.57.2/configure.ac 2018-08-02 19:09:02.569368144 +0200
+@@ -3398,8 +3398,8 @@
+ -Wno-bad-function-cast \
+ -Werror=declaration-after-statement \
+ -Werror=missing-prototypes -Werror=implicit-function-declaration \
+- -Werror=pointer-arith -Werror=init-self -Werror=format-security \
+- -Werror=format=2 -Werror=missing-include-dirs])
++ -Werror=pointer-arith -Werror=init-self -Wno-error=format-security \
++ -Wno-error=format=2 -Werror=missing-include-dirs])
+ ])
+ AC_SUBST(GLIB_WARN_CFLAGS)
+