[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6614-g283e3d3

Brad King brad.king at kitware.com
Thu Jan 2 14:08:34 EST 2014


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  283e3d36620a9e8ef3807dd06f5b431046648574 (commit)
       via  0fd172c8d077797e806060a5026ac4a33a209196 (commit)
      from  16b8e3a1c599620df41996416d992773b1addd13 (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=283e3d36620a9e8ef3807dd06f5b431046648574
commit 283e3d36620a9e8ef3807dd06f5b431046648574
Merge: 16b8e3a 0fd172c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 2 14:08:32 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 2 14:08:32 2014 -0500

    Merge topic 'suppress-LNK4089-SHELL32' into next
    
    0fd172c CTestCustom: Suppress LNK4089 warning about SHELL32


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0fd172c8d077797e806060a5026ac4a33a209196
commit 0fd172c8d077797e806060a5026ac4a33a209196
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Dec 23 10:23:27 2013 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jan 2 14:08:05 2014 -0500

    CTestCustom: Suppress LNK4089 warning about SHELL32
    
    Add a warning suppression regex to match:
    
     LINK : warning LNK4089: all references to 'SHELL32.DLL' discarded by /OPT:REF

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 495d156..eb0b2f6 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -32,6 +32,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
   "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.*PSAPI.DLL.*discarded by /OPT:REF"
+  "LINK : warning LNK4089: all references to.*SHELL32.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.*"
   "Warning: public.*_archive_.*in module.*archive_*clashes with prior module.*archive_.*"

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

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list