diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-10-17 19:50:13 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-10-17 19:50:13 (GMT) |
commit | 2aec2ec315ade157d649614e3522fd9fcdbd8e69 (patch) | |
tree | 206294976668c1d28d629971425f25048b426011 | |
parent | 28574d0bc7dcae0cfff5f99fb1e0689b2ecfd1ed (diff) | |
download | hdf5-2aec2ec315ade157d649614e3522fd9fcdbd8e69.zip hdf5-2aec2ec315ade157d649614e3522fd9fcdbd8e69.tar.gz hdf5-2aec2ec315ade157d649614e3522fd9fcdbd8e69.tar.bz2 |
[svn-r24317] Fixed a typo.
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f5a87e5..c28094a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1331,7 +1331,7 @@ The following platforms are not supported but have been tested for this release. Known Problems ============== * CLANG compiler with the options -fcatch-undefined-behavior and -ftrapv - catches some defined behavior in the alignment algorithm of the macro DETECT_I + catches some undefined behavior in the alignment algorithm of the macro DETECT_I in H5detect.c (Issue 8147). Since the algorithm is trying to detect the alignment of integers, ideally the flag -fcatch-undefined-behavior shouldn't to be used for H5detect.c. In the future, we can separate flags for H5detect.c from the rest of |