From 2eb52c6eb963581f21dbc485d721836c39235ed7 Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 23 Oct 2012 20:37:40 +0000 Subject: Correct C function prototypes git-svn-id: http://svn.cactuscode.org/flesh/trunk@4886 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/WarnLevel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main') diff --git a/src/main/WarnLevel.c b/src/main/WarnLevel.c index 2519910e..a1d6c283 100644 --- a/src/main/WarnLevel.c +++ b/src/main/WarnLevel.c @@ -1137,7 +1137,7 @@ int CCTKi_SetErrorLevel (int level) } -int CCTK_ExitAfterParamCheck(); +int CCTK_ExitAfterParamCheck (void); /*@@ @routine ExitIfParamCheckOnly @date Mon May 16 2012 @@ -1147,7 +1147,7 @@ int CCTK_ExitAfterParamCheck(); @enddesc @@*/ -void CCTK_ExitIfParamCheckOnly() +void CCTK_ExitIfParamCheckOnly (void) { if(CCTK_ExitAfterParamCheck()) { printf("Exit after param check requested using the --exit-after-param-check option.\n"); -- cgit v1.2.3