diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-03 13:49:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-04-03 13:49:54 (GMT) |
commit | 96ea55b95d2d55cd3409d2caa0bbec80e51d860b (patch) | |
tree | 357bf193c42e26193c3c346de303fc76d4585a7f /release_docs | |
parent | ac099b0b6391fd149af4f4fcf8f79189dcc615bb (diff) | |
parent | 36b8060323f24341c8f4610108e8ccb955dbe192 (diff) | |
download | hdf5-96ea55b95d2d55cd3409d2caa0bbec80e51d860b.zip hdf5-96ea55b95d2d55cd3409d2caa0bbec80e51d860b.tar.gz hdf5-96ea55b95d2d55cd3409d2caa0bbec80e51d860b.tar.bz2 |
Merge pull request #2474 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '36b8060323f24341c8f4610108e8ccb955dbe192':
Correct extra flags
TRILAB-192 remove comment
TRILAB-192 add comparable clang flags
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5451e85..ff1d99b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -60,6 +60,8 @@ New Features GNU C 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. There are flags in named "error-xxx" files with warnings that may be promoted to errors. Some source files may still need fixes. |