aboutsummaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-02-28 04:11:45 +0000
committerjulie <julielangou@users.noreply.github.com>2011-02-28 04:11:45 +0000
commit80d82798412c706fdabcab07a61198a0c3db0b94 (patch)
tree595bc03d3aec006be7a9a949493a0009f5393409 /CTestCustom.cmake.in
parent7847ac8fb5fe1595e208a45488092077c4263b60 (diff)
Added warning suppressions for the Intel compiler on Windows
- Chuck Atkins (Kitware)
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index ae3e30d5..9e0aed61 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -33,4 +33,8 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
# Warnings caused by sun compilers when building code to only run on your
# native platform
"xarch=native on this architecture implies -xarch=.*which generates code that does not run"
+
+ # Harmless warnings from the Intel compiler on Windows
+ "ipo: warning #11010: file format not recognized for .*\\.exe\\.embed\\.manifest\\.res"
+ "LINK : warning LNK4224: /INCREMENTAL:YES is no longer supported; ignored"
)