diff options
author | David Cole <david.cole@kitware.com> | 2010-11-16 19:45:58 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-11-16 19:45:58 (GMT) |
commit | f4f3c9ff493e41d10f31d8b143e396516311f6c2 (patch) | |
tree | 2fe0e29e38ea60a4c5d00787734423ffba444a72 | |
parent | e7674ae1f05e78314ab7419bb5577a5bfce41234 (diff) | |
parent | 1e26f7c68b9cc1bbaf173cb6a7c6137bb2d829f8 (diff) | |
download | CMake-f4f3c9ff493e41d10f31d8b143e396516311f6c2.zip CMake-f4f3c9ff493e41d10f31d8b143e396516311f6c2.tar.gz CMake-f4f3c9ff493e41d10f31d8b143e396516311f6c2.tar.bz2 |
Merge topic 'suppress-dashboard-warnings'
1e26f7c Suppress "loop was vectorized" "warnings."
-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.*" |