From 71767bebebf7ea219b4ab614c7a8c072a1e51704 Mon Sep 17 00:00:00 2001 From: chengguipeng_xian Date: Sat, 19 Sep 2020 17:40:38 +0800 Subject: [PATCH] update use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT-for-gsize.patch. --- use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT-for-gsize.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT-for-gsize.patch b/use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT-for-gsize.patch index 450de96..a8a423e 100644 --- a/use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT-for-gsize.patch +++ b/use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT-for-gsize.patch @@ -6,6 +6,8 @@ Subject: [PATCH] tests: use G_GSIZE_FORMAT instead of G_GUINT64_FORMAT for This fixes the build on 32-bit platforms with -Werror-format +https://gitlab.gnome.org/GNOME/sysprof/-/commit/5dea152c7728f5a37370ad8a229115833e36b4f6 + fixes #32 --- src/tests/allocs-by-size.c | 2 +-