summaryrefslogtreecommitdiffstats
path: root/config/intel-warnings
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-17 14:22:32 (GMT)
committerGitHub <noreply@github.com>2021-08-17 14:22:32 (GMT)
commita48fb3471b06ac8148daca3594e2421afeca9cd2 (patch)
treef6b815eb705a6091b865125d00febc71fd95e534 /config/intel-warnings
parent23699c151bf99ce0c81c786b58d6da187dedd911 (diff)
downloadhdf5-a48fb3471b06ac8148daca3594e2421afeca9cd2.zip
hdf5-a48fb3471b06ac8148daca3594e2421afeca9cd2.tar.gz
hdf5-a48fb3471b06ac8148daca3594e2421afeca9cd2.tar.bz2
1.12 Fixed the CMake processing for C++ warnings and flags (#888) (#900)
* Fixed the CMake processing for C++ warnings and flags (#888) * remove deleted fil Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
Diffstat (limited to 'config/intel-warnings')
-rw-r--r--config/intel-warnings/186
-rw-r--r--config/intel-warnings/general-192
-rw-r--r--config/intel-warnings/win-developer-general1
-rw-r--r--config/intel-warnings/win-general1
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