diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-08-17 13:40:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 13:40:33 (GMT) |
commit | 7e83e0574f43330e4b10b537267f7506b8d0ef20 (patch) | |
tree | ba3aa65b842ce31d7794285f67735beccce14faf /config/intel-warnings | |
parent | 6241e6985ba4025a6f68fd867692df8053733922 (diff) | |
download | hdf5-7e83e0574f43330e4b10b537267f7506b8d0ef20.zip hdf5-7e83e0574f43330e4b10b537267f7506b8d0ef20.tar.gz hdf5-7e83e0574f43330e4b10b537267f7506b8d0ef20.tar.bz2 |
1.10 Fixed the CMake processing for C++ warnings and flags (#888) (#901)
* Fixed the CMake processing for C++ warnings and flags (#888)
* remove deleted file
Diffstat (limited to 'config/intel-warnings')
-rw-r--r-- | config/intel-warnings/18 | 6 | ||||
-rw-r--r-- | config/intel-warnings/general-19 | 2 | ||||
-rw-r--r-- | config/intel-warnings/win-developer-general | 1 | ||||
-rw-r--r-- | config/intel-warnings/win-general | 1 |
4 files changed, 2 insertions, 8 deletions
diff --git a/config/intel-warnings/18 b/config/intel-warnings/18 index 565b47a..02bcdea 100644 --- a/config/intel-warnings/18 +++ b/config/intel-warnings/18 @@ -1,8 +1,2 @@ --Wextra-tokens --Wformat --Wformat-security -Wic-pointer --Wshadow -Wsign-compare --Wtrigraphs --Wwrite-strings diff --git a/config/intel-warnings/general-19 b/config/intel-warnings/general-19 deleted file mode 100644 index e35af30..0000000 --- a/config/intel-warnings/general-19 +++ /dev/null @@ -1,2 +0,0 @@ -# this is only available before oneapi versions --Wcheck diff --git a/config/intel-warnings/win-developer-general b/config/intel-warnings/win-developer-general new file mode 100644 index 0000000..6cd7ed7 --- /dev/null +++ b/config/intel-warnings/win-developer-general @@ -0,0 +1 @@ +/Wport diff --git a/config/intel-warnings/win-general b/config/intel-warnings/win-general new file mode 100644 index 0000000..ef54b2b --- /dev/null +++ b/config/intel-warnings/win-general @@ -0,0 +1 @@ +/Wall |