diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-05-04 18:15:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-05-04 18:15:57 (GMT) |
commit | a5b595e020abeac4c5bca1583950b43e8dee618a (patch) | |
tree | e5313c080445652b898b07e39bb24cf4ee10dbc5 /tools/h5dump | |
parent | 740d4a3b6f8d142848f58cb7ed4cb73323f45bff (diff) | |
download | hdf5-a5b595e020abeac4c5bca1583950b43e8dee618a.zip hdf5-a5b595e020abeac4c5bca1583950b43e8dee618a.tar.gz hdf5-a5b595e020abeac4c5bca1583950b43e8dee618a.tar.bz2 |
[svn-r29889] HDFFV-9775: Add enable-error-stack to tools lib and refactor h5repack error handling.
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/h5dump.h | 1 | ||||
-rw-r--r-- | tools/h5dump/h5dump_extern.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5dump/h5dump.h b/tools/h5dump/h5dump.h index 7cf4efd..8f86567 100644 --- a/tools/h5dump/h5dump.h +++ b/tools/h5dump/h5dump.h @@ -74,7 +74,6 @@ int display_fi = FALSE; /*file index */ int display_ai = TRUE; /*array index */ int display_escape = FALSE; /*escape non printable characters */ int display_region = FALSE; /*print region reference data */ -int enable_error_stack= FALSE; /* re-enable error stack */ int disable_compact_subset= FALSE; /* disable compact form of subset notation */ int display_packed_bits = FALSE; /*print 1-8 byte numbers as packed bits*/ int include_attrs = TRUE; /* Display attributes */ diff --git a/tools/h5dump/h5dump_extern.h b/tools/h5dump/h5dump_extern.h index 62477d0..262cef1 100644 --- a/tools/h5dump/h5dump_extern.h +++ b/tools/h5dump/h5dump_extern.h @@ -73,7 +73,6 @@ extern int display_fi; /*file index */ extern int display_ai; /*array index */ extern int display_escape; /*escape non printable characters */ extern int display_region; /*print region reference data */ -extern int enable_error_stack; /* re-enable error stack */ extern int disable_compact_subset; /* disable compact form of subset notation */ extern int display_packed_bits; /*print 1-8 byte numbers as packed bits*/ extern int include_attrs; /* Display attributes */ |