[Cmake-commits] CMake branch, next, updated. v2.8.3-1127-g30a95b7

David Cole david.cole at kitware.com
Fri Dec 31 08:42:59 EST 2010


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  30a95b7e450a21764fcd2e19f6e2ee4636892a6b (commit)
       via  d11f439d8a2dbe78c5dc2a1dc0a219ceb9422c87 (commit)
      from  0c99e2af6ed0f845ed454c7fde98bbdf84a1b6d9 (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=30a95b7e450a21764fcd2e19f6e2ee4636892a6b
commit 30a95b7e450a21764fcd2e19f6e2ee4636892a6b
Merge: 0c99e2a d11f439
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Dec 31 08:42:57 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 31 08:42:57 2010 -0500

    Merge topic 'suppress-warnings' into next
    
    d11f439 Suppress erroneous warnings from Intel compiler


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d11f439d8a2dbe78c5dc2a1dc0a219ceb9422c87
commit d11f439d8a2dbe78c5dc2a1dc0a219ceb9422c87
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Dec 31 08:38:14 2010 -0500
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Fri Dec 31 08:38:14 2010 -0500

    Suppress erroneous warnings from Intel compiler
    
    Googling for "warning #980: wrong number of actual
    arguments to intrinsic function" yields:
    
    http://software.intel.com/en-us/articles/cdiag980/
    http://software.intel.com/en-us/articles/diagnostic-980-wrong-number-of-actual-arguments-to-intrinsic-function/
    
    Since the compiler is at fault for issuing the warnings
    incorrectly, simply suppress them from CMake dashboard results.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 882fa4c..0047e68 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -25,6 +25,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "Clock skew detected"
   "remark\\(1209"
   "remark: .*LOOP WAS VECTORIZED"
+  "warning .980: wrong number of actual arguments to intrinsic function .std::basic_"
   "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.*"

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

Summary of changes:
 CTestCustom.cmake.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list