diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-03-27 22:10:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-03-27 22:10:53 (GMT) |
commit | 0da53027d995b7ea670394b13bbe09c95e90b73d (patch) | |
tree | 34eb9c93c1618c3f51df8a9d9663294b1c0d6c82 /release_docs | |
parent | c66ce89383773a6e8b9f02fa17fd0fb2698fbf14 (diff) | |
download | hdf5-0da53027d995b7ea670394b13bbe09c95e90b73d.zip hdf5-0da53027d995b7ea670394b13bbe09c95e90b73d.tar.gz hdf5-0da53027d995b7ea670394b13bbe09c95e90b73d.tar.bz2 |
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. |