diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-12 18:03:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-12 18:03:33 (GMT) |
commit | 4cb39b5a8bb41af11d0da78cf94f5af49f2e47a5 (patch) | |
tree | 1932e9551c5805963ec26641c5dfe7f9ee00d1cc /test | |
parent | 336bb776ea5a63517c11a70333da6102992bc301 (diff) | |
download | hdf5-4cb39b5a8bb41af11d0da78cf94f5af49f2e47a5.zip hdf5-4cb39b5a8bb41af11d0da78cf94f5af49f2e47a5.tar.gz hdf5-4cb39b5a8bb41af11d0da78cf94f5af49f2e47a5.tar.bz2 |
[svn-r5604] Purpose:
Code cleanup
Description:
Clean up some compiler warnings before the code freeze...
Platforms tested:
FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'test')
-rw-r--r-- | test/h5test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h index 4a37c40..f3ad742 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -73,8 +73,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 |