From 8f5ec0dad328cbb498fe2f60bd465f0e4c5d4cad Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 19 Aug 2010 18:24:53 -0400 Subject: Fix misc compiler warnings in (mostly) test programs --- tests/gobject/ifaceproperties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/gobject/ifaceproperties.c b/tests/gobject/ifaceproperties.c index 382edd549..3b758ccbc 100644 --- a/tests/gobject/ifaceproperties.c +++ b/tests/gobject/ifaceproperties.c @@ -425,7 +425,7 @@ main (gint argc, GObjectClass *object_class; TestIfaceClass *iface_vtable; GParamSpec **properties; - gint n_properties; + guint n_properties; gint val1, val2, val3, val4; -- cgit v1.2.3