Turn unit test program declaration into a (C) prototype.
This commit is contained in:
parent
d491b83526
commit
6c49c47f2f
@ -748,7 +748,7 @@ fill_cart_geometry_2d(struct UnstructuredGrid *G,
|
||||
|
||||
|
||||
#if UNIT_TEST
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
|
||||
struct UnstructuredGrid *g = create_cart_grid_2d(2,2);
|
||||
|
Loading…
Reference in New Issue
Block a user