diff options
author | Dan Winship <danw@gnome.org> | 2010-08-19 18:24:53 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-08-19 18:24:53 -0400 |
commit | 8f5ec0dad328cbb498fe2f60bd465f0e4c5d4cad (patch) | |
tree | be6754e29909f4948b1eea3f5ca0f7474a1afe91 /tests | |
parent | 22b3f0d4b26d0b729c1850f45670a9050dc10772 (diff) |
Fix misc compiler warnings in (mostly) test programs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gobject/ifaceproperties.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |