aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DumpGH.c')
-rw-r--r--src/DumpGH.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index c31c1e1..6b6c8c5 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -35,7 +35,10 @@ static char *rcsid = "$Id$";
CCTK_FILEVERSION(BetaThorns_IOStreamedHDF5_DumpGH_c)
-/* local function prototypes */
+/* prototypes of routines defined in this source file */
+void IOStreamedHDF5_InitialDataCheckpoint (cGH *GH);
+void IOStreamedHDF5_EvolutionCheckpoint (cGH *GH);
+void IOStreamedHDF5_TerminationCheckpoint (cGH *GH);
static int IOStreamedHDF5_Checkpoint (cGH *GH, int called_from);
@@ -187,6 +190,9 @@ static int IOStreamedHDF5_Checkpoint (cGH *GH, int called_from)
CCTK_INT4 retval;
+ /* suppress compiler warning about unused variables */
+ called_from = called_from;
+
retval = 0;
file = -1;