diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-08-26 02:02:09 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-08-26 02:02:09 (GMT) |
commit | 6b600373d7aa6054c520b2a4bfd1922fc21ac6e4 (patch) | |
tree | dcc41e293dbe22ff4aa2902e5cbde35565d54f57 | |
parent | 5f14a860da768e49246c6e2cebcf68c553625860 (diff) | |
download | hdf5-6b600373d7aa6054c520b2a4bfd1922fc21ac6e4.zip hdf5-6b600373d7aa6054c520b2a4bfd1922fc21ac6e4.tar.gz hdf5-6b600373d7aa6054c520b2a4bfd1922fc21ac6e4.tar.bz2 |
[svn-r27582] Fixed some minor warnings in links.c.
Tested on: jam
-rw-r--r-- | test/links.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/links.c b/test/links.c index 073ea4b..7e233a5 100644 --- a/test/links.c +++ b/test/links.c @@ -31,7 +31,7 @@ #define H5FD_TESTING #include "h5test.h" -#include "H5srcdir.h"a +#include "H5srcdir.h" #include "H5FDpkg.h" /* File drivers */ #include "H5Gpkg.h" /* Groups */ #include "H5Iprivate.h" /* IDs */ @@ -3958,7 +3958,8 @@ external_set_elink_fapl3(hbool_t new_format) *------------------------------------------------------------------------- */ static int -external_set_elink_acc_flags(const char *env_h5_drvr, hid_t fapl, hbool_t new_format) +external_set_elink_acc_flags(const char H5_ATTR_UNUSED *env_h5_drvr, + hid_t fapl, hbool_t new_format) { hid_t file1 = -1, file2 = -1, group = -1, subgroup = -1, gapl = -1; char filename1[NAME_BUF_SIZE], |