From 1f8cb1d9234965b533dced81053887057070fee7 Mon Sep 17 00:00:00 2001 From: rhaas Date: Mon, 21 Feb 2011 15:49:06 +0000 Subject: declare argument list of HydroBase_StartUp as (void) otherwise C (both C89 and C99) assume that it is as being and old K&R style function definition (C differs from C++ here) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@37 57fe0bb3-ccba-405f-9b23-de0201f165b7 --- src/StartUp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StartUp.c b/src/StartUp.c index d01da34..8116b29 100644 --- a/src/StartUp.c +++ b/src/StartUp.c @@ -1,6 +1,6 @@ #include -int HydroBase_StartUp() +int HydroBase_StartUp(void) { CCTK_RegisterBanner("HydroBase: Let it flow."); -- cgit v1.2.3