summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-04-27 15:51:58 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-04-27 15:51:58 (GMT)
commit9a598477c6ccecef8e43dbda6b6828b9fcac8df6 (patch)
treed86b6cc76c01f4d47f3fc542589ec4666ca1e614 /tools/lib/h5diff.h
parentf3d23046473916d497bdf7d14381e3ef24122882 (diff)
parentc03ee563f46013d22f36a1895664a9ba876558e9 (diff)
downloadhdf5-9a598477c6ccecef8e43dbda6b6828b9fcac8df6.zip
hdf5-9a598477c6ccecef8e43dbda6b6828b9fcac8df6.tar.gz
hdf5-9a598477c6ccecef8e43dbda6b6828b9fcac8df6.tar.bz2
Merge pull request #2541 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit 'c03ee563f46013d22f36a1895664a9ba876558e9': Further updates to the tools warnings fixes from code review. Updates to tools warning PR from code review. Fixes for warnings in the tools code.
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r--tools/lib/h5diff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h
index 8fe9d86..37eb775 100644
--- a/tools/lib/h5diff.h
+++ b/tools/lib/h5diff.h
@@ -53,9 +53,9 @@ typedef struct {
*/
/* linked list to keep exclude path list */
struct exclude_path_list {
- char *obj_path;
- h5trav_type_t obj_type;
- struct exclude_path_list * next;
+ const char *obj_path;
+ h5trav_type_t obj_type;
+ struct exclude_path_list *next;
};
/* Enumeration value for keeping track of whether an error occurred or differences were found */