mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
fix warnings from gcc compilation with my mad CFLAGS
This commit is contained in:
@@ -94,7 +94,8 @@ test_srv_target_ordering (void)
|
||||
{
|
||||
GList *targets, *sorted, *t;
|
||||
char result[7], *p;
|
||||
int i, o;
|
||||
int i;
|
||||
guint o;
|
||||
|
||||
targets = NULL;
|
||||
/* name, port, priority, weight */
|
||||
|
Reference in New Issue
Block a user