Turn unit test program declaration into a (C) prototype.

This commit is contained in:
Bård Skaflestad 2012-02-27 16:18:04 +01:00
parent d491b83526
commit 6c49c47f2f

View File

@ -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);