aboutsummaryrefslogtreecommitdiff
path: root/src/RecoverGH.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RecoverGH.c')
-rw-r--r--src/RecoverGH.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/RecoverGH.c b/src/RecoverGH.c
index 9bdcf18..bcc074d 100644
--- a/src/RecoverGH.c
+++ b/src/RecoverGH.c
@@ -29,7 +29,8 @@ static char *rcsid = "$Id$";
CCTK_FILEVERSION(BetaThorns_IOStreamedHDF5_RecoverGH_c)
-/* local function prototypes */
+/* prototypes of routines defined in this source file */
+int IOStreamedHDF5_RecoverParameters (void);
static int IOStreamedHDF5_OpenFile (cGH *GH,
const char *basename,
int called_from,
@@ -292,6 +293,9 @@ static int IOStreamedHDF5_OpenFile (cGH *GH,
#endif
+ /* suppress compiler warnings about unused variables */
+ called_from = called_from;
+
#ifdef CCTK_MPI
/* Get the communicator for broadcasting the info structure */
/* NOTE: When recovering parameters thorn PUGH is not yet initialized