This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  b6236e641fb03a658b75c22b55a88586ad65dc97 (commit)
       via  87d66066059509d355f87dfbf2b38b4738a10659 (commit)
      from  a86b1b441636976cf9cf16b82232eae19399fbd6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b6236e641fb03a658b75c22b55a88586ad65dc97
commit b6236e641fb03a658b75c22b55a88586ad65dc97
Merge: a86b1b4 87d6606
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Mar 6 13:05:48 2014 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Mar 6 13:05:48 2014 -0500

    Merge topic 'update-warning-suppression' into next
    
    87d66066 CTestCustom: Suppress MIPSpro warnings about Olimit


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=87d66066059509d355f87dfbf2b38b4738a10659
commit 87d66066059509d355f87dfbf2b38b4738a10659
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Mar 6 13:04:16 2014 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Thu Mar 6 13:06:13 2014 -0500

    CTestCustom: Suppress MIPSpro warnings about Olimit
    
    Since we compile command implementations in large batches the
    translation units get too big for MIPSpro optimization limits.
    Suppress the warnings it produces:
    
     Warning: Olimit was exceeded on function ...
     Warning: To override Olimit for all functions in file, use -OPT:Olimit=3201

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)"

-----------------------------------------------------------------------

Summary of changes:
 CTestCustom.cmake.in |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to