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 +-