summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/WarnLevel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/WarnLevel.c b/src/main/WarnLevel.c
index cdf6206b..229fd876 100644
--- a/src/main/WarnLevel.c
+++ b/src/main/WarnLevel.c
@@ -292,14 +292,12 @@ int CCTK_VWarn(int level, int line, const char *file, const char *thorn, const c
@endhistory
- @endvar
-
@returntype int
@returndesc
parameter checking level now being used
@endreturndesc
@@*/
-int CCTK_ParameterLevel()
+int CCTK_ParameterLevel(void)
{
return parameter_level;
}