Source: gpaste
Version: 45-3
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/fetch.php?pkg=gpaste&arch=armhf&ver=45-4&stamp=1722968009&raw=0
...
../src/libgpaste/gpaste/gpaste-util.c: In function
‘g_paste_util_get_dbus_au_result’:
../src/libgpaste/gpaste/gpaste-util.c:370:60: error: passing argument 2 of
‘g_variant_get_fixed_array’ from incompatible pointer type
[-Wincompatible-pointer-types]
370 | const guint32 *r = g_variant_get_fixed_array (variant, &_len,
sizeof (guint32));
| ^~~~~
| |
| guint64 *
{aka long long unsigned int *}
In file included from /usr/include/glib-2.0/glib/gmessages.h:38,
from /usr/include/glib-2.0/glib.h:64,
from ../src/libgpaste/gpaste/gpaste-gsettings-keys.h:13,
from ../src/libgpaste/gpaste/gpaste-util.c:7:
/usr/include/glib-2.0/glib/gvariant.h:224:96: note: expected ‘gsize *’ {aka
‘unsigned int *’} but argument is of type ‘guint64 *’ {aka ‘long long unsigned
int *’}
224 |
gsize *n_elements,
|
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
...