Remove a masking with index()
The binding-pool test unit had a variable masking the index() function declared inside string.h.
This commit is contained in:
parent
c9cdf1ef0a
commit
7649e9de07
@ -260,9 +260,9 @@ on_activate (KeyGroup *key_group,
|
||||
ClutterActor *child,
|
||||
gpointer data)
|
||||
{
|
||||
gint index = GPOINTER_TO_INT (data);
|
||||
gint _index = GPOINTER_TO_INT (data);
|
||||
|
||||
g_assert_cmpint (key_group->selected_index, ==, index);
|
||||
g_assert_cmpint (key_group->selected_index, ==, _index);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user