diff options
author | David Cole <david.cole@kitware.com> | 2010-11-08 16:29:28 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2010-11-08 16:30:19 (GMT) |
commit | 1e26f7c68b9cc1bbaf173cb6a7c6137bb2d829f8 (patch) | |
tree | 69e3d29fe65487866384e93e182d2ae183a781db /CTestCustom.cmake.in | |
parent | da778eeb4b095e0d09f60e00e55c9e6ec43b7d7a (diff) | |
download | CMake-1e26f7c68b9cc1bbaf173cb6a7c6137bb2d829f8.zip CMake-1e26f7c68b9cc1bbaf173cb6a7c6137bb2d829f8.tar.gz CMake-1e26f7c68b9cc1bbaf173cb6a7c6137bb2d829f8.tar.bz2 |
Suppress "loop was vectorized" "warnings."
Eliminate appearance on dashboard results from Intel compilers.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index d5789ed..882fa4c 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -24,6 +24,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "is not used for resolving any symbol" "Clock skew detected" "remark\\(1209" + "remark: .*LOOP WAS VECTORIZED" "LINK : warning LNK4089: all references to.*ADVAPI32.dll.*discarded by /OPT:REF" "LINK : warning LNK4089: all references to.*USER32.dll.*discarded by /OPT:REF" "Warning: library was too large for page size.*" |