diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-02-17 17:11:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-02-17 17:11:03 (GMT) |
commit | 0475dd9a702c1308602e920dc03648478cfafd05 (patch) | |
tree | be28d463b4c8353ea7db4a1f39547570018b39f2 /bin | |
parent | 946c606452ec59397675b7b807b3280258e39726 (diff) | |
download | hdf5-0475dd9a702c1308602e920dc03648478cfafd05.zip hdf5-0475dd9a702c1308602e920dc03648478cfafd05.tar.gz hdf5-0475dd9a702c1308602e920dc03648478cfafd05.tar.bz2 |
[svn-r6412] Purpose:
Code cleanup
Description:
Update dependencies and clean up a few warnings.
Platforms tested:
Linux 2.2 (eirene) w/parallel
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/trace | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,7 @@ $Source = ""; "H5S_seloper_t" => "Ss", "H5S_sel_type" => "St", "H5T_cset_t", => "Tc", + "H5T_direction_t", => "Td", "H5T_norm_t" => "Tn", "H5T_order_t" => "To", "H5T_pad_t" => "Tp", @@ -84,7 +85,9 @@ $Source = ""; "H5T_conv_t" => "x", "H5T_overflow_t" => "x", "H5Z_func_t" => "x", + "H5Z_filter_func_t" => "x", "size_t" => "z", + "H5Z_EDC_t" => "Ze", "H5Z_filter_t" => "Zf", "ssize_t" => "Zs", ); |