diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-09 18:40:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-09 18:40:19 (GMT) |
commit | 98f01e2df2b407bfae2cd24fe4f03e184712eb75 (patch) | |
tree | f1981909055143f84c94799354d3d2a266c30c0f /bin | |
parent | 9a433b99a56dc575f1c0b11f95b744de61859dbb (diff) | |
download | hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.zip hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.tar.gz hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.tar.bz2 |
[svn-r6255] Purpose:
Code cleanup
Description:
Clean up a few more warnings and update dependencies.
Platforms tested:
Linux 2.2.18smp (eirene) serial & parallel
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/trace | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -18,6 +18,9 @@ $Source = ""; "hbool_t" => "b", "htri_t" => "b", "double" => "d", + "H5D_alloc_time_t" => "Da", + "H5D_fill_time_t" => "Df", + "H5D_fill_value_t" => "DF", "H5D_layout_t" => "Dl", "H5FD_mpio_xfer_t" => "Dt", "herr_t" => "e", @@ -25,6 +28,7 @@ $Source = ""; "H5E_error_t*" => "Ee", "H5E_major_t" => "Ej", "H5E_minor_t" => "En", + "H5F_close_degree_t" => "Fd", "H5F_scope_t" => "Fs", "H5FD_t*" => "x", "H5FD_class_t*" => "x", @@ -69,6 +73,13 @@ $Source = ""; "H5P_cls_create_func_t" => "x", "H5P_cls_copy_func_t" => "x", "H5P_cls_close_func_t" => "x", + "H5P_iterate_t" => "x", + "H5P_prp_create_func_t" => "x", + "H5P_prp_copy_func_t" => "x", + "H5P_prp_close_func_t" => "x", + "H5P_prp_delete_func_t" => "x", + "H5P_prp_get_func_t" => "x", + "H5P_prp_set_func_t" => "x", "H5T_cdata_t**" => "x", "H5T_conv_t" => "x", "H5T_overflow_t" => "x", |