diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-05-18 19:28:51 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-05-18 19:28:51 (GMT) |
commit | fcd87d2569ca4d8396c7db4eddb46cab04010abf (patch) | |
tree | fdd61c5aeeaf2ba4cf440177ef6d34f46d19741c /config/gnu-warnings/4.2-4.4 | |
parent | 820363aa6d4e1dd1705237ee16cbf19f7649a4a0 (diff) | |
download | hdf5-fcd87d2569ca4d8396c7db4eddb46cab04010abf.zip hdf5-fcd87d2569ca4d8396c7db4eddb46cab04010abf.tar.gz hdf5-fcd87d2569ca4d8396c7db4eddb46cab04010abf.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.2-4.4')
-rw-r--r-- | config/gnu-warnings/4.2-4.4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/gnu-warnings/4.2-4.4 b/config/gnu-warnings/4.2-4.4 deleted file mode 100644 index ec4876f..0000000 --- a/config/gnu-warnings/4.2-4.4 +++ /dev/null @@ -1,2 +0,0 @@ -# The non-valued form of -Wstrict-overflow is used in gcc 4.2-4.4 --Wstrict-overflow |