Use proper type for enumerator_t/linked_list_t tests
Worked with -O2 but not with -O0.
This commit is contained in:
@@ -142,7 +142,8 @@ static enumerator_t* create_inner(linked_list_t *outer, void *data)
|
||||
|
||||
START_TEST(test_nested)
|
||||
{
|
||||
int round, x;
|
||||
intptr_t x;
|
||||
int round;
|
||||
linked_list_t *list, *l1, *l2, *l3;
|
||||
enumerator_t *enumerator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user