diff options
author | Brad King <brad.king@kitware.com> | 2014-03-07 16:06:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-03-07 16:06:32 (GMT) |
commit | 849baff8e6b5744609830f9b55f048a3279ca0f1 (patch) | |
tree | beed19784e163fdbc2700f4205f797fa8713fcf3 /CTestCustom.cmake.in | |
parent | c85c455c9d1a9fecc9d3715f47204838caf2a1d6 (diff) | |
parent | 87d66066059509d355f87dfbf2b38b4738a10659 (diff) | |
download | CMake-849baff8e6b5744609830f9b55f048a3279ca0f1.zip CMake-849baff8e6b5744609830f9b55f048a3279ca0f1.tar.gz CMake-849baff8e6b5744609830f9b55f048a3279ca0f1.tar.bz2 |
Merge topic 'update-warning-suppression'
87d66066 CTestCustom: Suppress MIPSpro warnings about Olimit
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index eb0b2f6..b0f86ec 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -39,6 +39,8 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION "Warning: public.*BZ2_bz.*in module.*bzlib.*clashes with prior module.*bzlib.*" "Warning: public.*_archive.*clashes with prior module.*" "Warning: LINN32: Last line.*is less.*" + "Warning: Olimit was exceeded on function.*" + "Warning: To override Olimit for all functions in file.*" "warning.*directory name.*CMake-Xcode.*/bin/.*does not exist.*" "stl_deque.h:1051" "(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)" |