diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 14:35:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 14:35:43 (GMT) |
commit | 0d701b9ff8988bff5f67261e508e980aaac62f9b (patch) | |
tree | 1f79b56981a615d30232960bf918675e21f55fcb /release_docs | |
parent | d0a936ab622ad17d055df8d92922300c12345296 (diff) | |
download | hdf5-0d701b9ff8988bff5f67261e508e980aaac62f9b.zip hdf5-0d701b9ff8988bff5f67261e508e980aaac62f9b.tar.gz hdf5-0d701b9ff8988bff5f67261e508e980aaac62f9b.tar.bz2 |
Move intel warnings to subfolder, update autotools files
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a857afb..1f1ad60 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. |