diff options
author | Kimmy Mu <kmu@hdfgroup.org> | 2020-01-07 14:21:25 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2020-01-08 20:36:36 (GMT) |
commit | e75b2e3c2c6e47ccb55dddc40822b41c57ff273d (patch) | |
tree | 3806ba6e447d9d1a6b4269465d7ef3da447aa20c /src | |
parent | b265ec06a24e09502f268e6590453d17130d152b (diff) | |
download | hdf5-e75b2e3c2c6e47ccb55dddc40822b41c57ff273d.zip hdf5-e75b2e3c2c6e47ccb55dddc40822b41c57ff273d.tar.gz hdf5-e75b2e3c2c6e47ccb55dddc40822b41c57ff273d.tar.bz2 |
Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
* commit '30ac64d83aff5e022d51a17fd6c1d72903ae4f02':
add new type support
Diffstat (limited to 'src')
-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; |