summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_attr.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-31 16:53:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-31 16:53:42 (GMT)
commit561a0c8ff556f7b3cee58eb867ae1aa74edc61a2 (patch)
tree09962b6cda505cca3c6bbd440fc728a9affd4c96 /tools/lib/h5diff_attr.c
parentcd8ca92f58dfb14b60757404eb0b67dfb383e7e3 (diff)
parenta29f9e8451ffa391c8395db1142bd003f40f3aaa (diff)
downloadhdf5-561a0c8ff556f7b3cee58eb867ae1aa74edc61a2.zip
hdf5-561a0c8ff556f7b3cee58eb867ae1aa74edc61a2.tar.gz
hdf5-561a0c8ff556f7b3cee58eb867ae1aa74edc61a2.tar.bz2
Merge pull request #2331 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12
* commit 'a29f9e8451ffa391c8395db1142bd003f40f3aaa': Merge changes from develop to fix various issues Remove commented flags Revert accidental change Chnage tools debug macros to not use the error stack Create common warnings for build systems
Diffstat (limited to 'tools/lib/h5diff_attr.c')
-rw-r--r--tools/lib/h5diff_attr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/h5diff_attr.c b/tools/lib/h5diff_attr.c
index 087414d..5ad29fc 100644
--- a/tools/lib/h5diff_attr.c
+++ b/tools/lib/h5diff_attr.c
@@ -152,7 +152,6 @@ static herr_t build_match_list_attrs(hid_t loc1_id, hid_t loc2_id, table_attrs_t
unsigned i;
herr_t ret_value = SUCCEED;
-
H5TOOLS_START_DEBUG(" - errstat:%d", opts->err_stat);
if(H5Oget_info3(loc1_id, &oinfo1, H5O_INFO_NUM_ATTRS) < 0) {