summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-06 11:54:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-06 11:54:27 (GMT)
commitd0a936ab622ad17d055df8d92922300c12345296 (patch)
treefc2d50947f432380767be69de241ff6eeab148d6 /release_docs
parent2e85f81126b1399e1214765e09e1a34fd63dcb65 (diff)
downloadhdf5-d0a936ab622ad17d055df8d92922300c12345296.zip
hdf5-d0a936ab622ad17d055df8d92922300c12345296.tar.gz
hdf5-d0a936ab622ad17d055df8d92922300c12345296.tar.bz2
Corrected note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d30a0d6..a857afb 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -57,8 +57,8 @@ New Features
- Both build systems use same set of warnings flags
- GNU C warnings flags were moved to files in a config sub-folder
- named gnu-warnings. Flags that only are available for a specific
+ GNU C, C++ and gfortran warnings flags were moved to files in a confi
+ sub-folder named gnu-warnings. Flags that only are available for a specific
version of the compiler are in files named with that version.
Clang C warnings flags were moved to files in a config sub-folder
named clang-warnings.
@@ -70,7 +70,7 @@ New Features
that are chosen by the CMake option:HDF5_ENABLE_DEV_WARNINGS or the
configure option:--enable-developer-warnings.
- In addition, CMake no longer applies these warnings for tests and examples.
+ In addition, CMake no longer applies these warnings for examples.
(ADB - 2020/03/24, TRILAB-192)