diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-05-18 19:28:51 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-05-19 02:33:13 (GMT) |
commit | 22b61f470acc54afad5705dea23a7a8423e65cff (patch) | |
tree | a8d6d4be22e69b92f7e51a00711578de13614255 /config/gnu-warnings/4.5-4.6 | |
parent | 0d88516c2eafcd4ca538442afe21caf4ff1aeb1f (diff) | |
download | hdf5-22b61f470acc54afad5705dea23a7a8423e65cff.zip hdf5-22b61f470acc54afad5705dea23a7a8423e65cff.tar.gz hdf5-22b61f470acc54afad5705dea23a7a8423e65cff.tar.bz2 |
Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning
flags for GCC compilers version 4.8 and above.
Removed files from gnu-warnings that only apply to versions < 4.8.
Consolidated warnings from versions < 4.8 that apply to versions >= 4.8
into the 4.8 warnings files.
Diffstat (limited to 'config/gnu-warnings/4.5-4.6')
-rw-r--r-- | config/gnu-warnings/4.5-4.6 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/gnu-warnings/4.5-4.6 b/config/gnu-warnings/4.5-4.6 deleted file mode 100644 index d3035fe..0000000 --- a/config/gnu-warnings/4.5-4.6 +++ /dev/null @@ -1,3 +0,0 @@ -# -Wstrict-aliasing was later incorporated into -Wall and -# only needs to be specified explicitly for gcc 4.5-4.6 --Wstrict-aliasing |