aboutsummaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
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"
)