summaryrefslogtreecommitdiffstats
path: root/test/flush2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/flush2.c')
-rw-r--r--test/flush2.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/flush2.c b/test/flush2.c
index 8c54577..05beed7 100644
--- a/test/flush2.c
+++ b/test/flush2.c
@@ -27,9 +27,9 @@
/* This is used in the helper routine clear_status_flags() */
#define H5F_ACS_CLEAR_STATUS_FLAGS_NAME "clear_status_flags"
-const char *FILENAME[] = {"flush", "flush-swmr", "noflush",
- "noflush-swmr", "flush_extend", "flush_extend-swmr",
- "noflush_extend", "noflush_extend-swmr", NULL};
+static const char *FILENAME[] = {"flush", "flush-swmr", "noflush",
+ "noflush-swmr", "flush_extend", "flush_extend-swmr",
+ "noflush_extend", "noflush_extend-swmr", NULL};
/* Number and size of dataset dims, chunk size, etc. */
#define NELEMENTS 10000
@@ -94,7 +94,7 @@ error:
H5Sclose(sid);
H5Dclose(did);
}
- H5E_END_TRY;
+ H5E_END_TRY
free(data);
@@ -155,7 +155,7 @@ error:
H5Gclose(gid);
H5Fclose(fid);
}
- H5E_END_TRY;
+ H5E_END_TRY
return FALSE;
} /* end file_ok() */
@@ -205,7 +205,7 @@ error:
H5Pclose(new_fapl_id);
H5Fclose(fid);
}
- H5E_END_TRY;
+ H5E_END_TRY
return FAIL;
} /* end clear_status_flags() */