summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-06 14:35:43 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:57 (GMT)
commite1db7ff410af420fd33a3189a0c192823bf8a83c (patch)
tree4d2925dde9a1a7ab8f0bfceef16464cdadaf8236 /release_docs
parentf94696a6628c92fbc994610fe704874910e95882 (diff)
downloadhdf5-e1db7ff410af420fd33a3189a0c192823bf8a83c.zip
hdf5-e1db7ff410af420fd33a3189a0c192823bf8a83c.tar.gz
hdf5-e1db7ff410af420fd33a3189a0c192823bf8a83c.tar.bz2
Move intel warnings to subfolder, update autotools files
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c10ad76..8eb6e25 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -57,11 +57,13 @@ New Features
- Both build systems use same set of warnings flags
- GNU C, C++ and gfortran warnings flags were moved to files in a confi
+ GNU C, C++ and gfortran warnings flags were moved to files in a config
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.
+ Intel C, Fortran warnings flags were moved to files in a config sub-folder
+ named intel-warnings.
There are flags in named "error-xxx" files with warnings that may
be promoted to errors. Some source files may still need fixes.