diff options
-rw-r--r-- | src/H5Cdbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Cdbg.c b/src/H5Cdbg.c index aeee59c..dae735d 100644 --- a/src/H5Cdbg.c +++ b/src/H5Cdbg.c @@ -334,7 +334,7 @@ H5C_dump_cache_skip_list(H5C_t * cache_ptr, char * calling_fcn) entry_ptr->type->name); HDfprintf(stdout, " node_ptr = %p, item = %p\n", - node_ptr, H5SL_item(node_ptr)); + (void *)node_ptr, H5SL_item(node_ptr)); /* increment node_ptr before we delete its target */ |