summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/enum.c3
-rw-r--r--test/h5test.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/test/enum.c b/test/enum.c
index 7545ff0..1def5bc 100644
--- a/test/enum.c
+++ b/test/enum.c
@@ -357,11 +357,10 @@ test_tr2(hid_t file)
*-------------------------------------------------------------------------
*/
static int
-test_value_dsnt_exist()
+test_value_dsnt_exist(void)
{
hid_t datatype_id; /* identifiers */
- herr_t status;
int val;
char nam[100];
size_t size = 100;
diff --git a/test/h5test.h b/test/h5test.h
index 6cf7277..5781185 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -62,8 +62,8 @@ char *h5_fixname(const char *base_name, hid_t fapl, char *fullname,
hid_t h5_fileaccess(void);
void h5_no_hwconv(void);
void h5_reset(void);
-#ifdef H5_HAVE_PARALLEL
void h5_show_hostname(void);
+#ifdef H5_HAVE_PARALLEL
int h5_set_info_object(void);
void h5_dump_info_object(MPI_Info info);
#endif