diff options
author | Kimmy Mu <kmu@hdfgroup.org> | 2020-01-07 14:21:25 (GMT) |
---|---|---|
committer | Kimmy Mu <kmu@hdfgroup.org> | 2020-01-07 14:21:25 (GMT) |
commit | c3ae64a8753e6449a8c5c5e58325f0cb7e7990b6 (patch) | |
tree | bde2e3c7267f2786fd3fbb5bcf56f76947a00d3d | |
parent | 127f07d64affc285e729923b514b4d7f3c19ceeb (diff) | |
parent | 30ac64d83aff5e022d51a17fd6c1d72903ae4f02 (diff) | |
download | hdf5-c3ae64a8753e6449a8c5c5e58325f0cb7e7990b6.zip hdf5-c3ae64a8753e6449a8c5c5e58325f0cb7e7990b6.tar.gz hdf5-c3ae64a8753e6449a8c5c5e58325f0cb7e7990b6.tar.bz2 |
Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
* commit '30ac64d83aff5e022d51a17fd6c1d72903ae4f02':
add new type support
-rw-r--r-- | src/H5overflow.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5overflow.txt b/src/H5overflow.txt index a9e5099..ed71b98 100644 --- a/src/H5overflow.txt +++ b/src/H5overflow.txt @@ -29,6 +29,7 @@ # Creation Date: 2009/04/09 unsigned, UNSIGNED; +int8_t, SIGNED; int, SIGNED; int64_t, SIGNED; uint8_t, UNSIGNED; |