Commit 03a4f568 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Avoid compiler warning in vector_position().

parent 9f2627e8
......@@ -203,6 +203,7 @@ static unsigned vector_position(const struct vector* v, const void* elt)
}
}
assert(0);
return 0;
}
void* vector_iter_up(const struct vector* v, void* elt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment