tests: Fix various straightforward -Wsign-conversion warnings

In the gobject tests.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3405
This commit is contained in:
Philip Withnall
2025-04-11 16:59:00 +01:00
parent b3ebef609f
commit ee2d25b57a
8 changed files with 24 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
static void
test_registration_serial (void)
{
gint serial1, serial2, serial3;
guint serial1, serial2, serial3;
serial1 = g_type_get_type_registration_serial ();
g_pointer_type_register_static ("my+pointer");