summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKimmy Mu <kmu@hdfgroup.org>2020-01-07 14:21:25 (GMT)
committerkmu <kmu@hdfgroup.org>2020-01-09 22:50:44 (GMT)
commitee0fb7327068d6cb04c283ad2ec7f286942acdfa (patch)
tree94df0d9db2b5be081c3e599cd8913d053427e608 /src
parent399a592db59897d551524fe3d35a7e29c15982b4 (diff)
downloadhdf5-ee0fb7327068d6cb04c283ad2ec7f286942acdfa.zip
hdf5-ee0fb7327068d6cb04c283ad2ec7f286942acdfa.tar.gz
hdf5-ee0fb7327068d6cb04c283ad2ec7f286942acdfa.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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5overflow.txt b/src/H5overflow.txt
index 636b2ef..506827e 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;
uint8_t, UNSIGNED;
uint16_t, UNSIGNED;