[Cmake-commits] CMake branch, next, updated. v3.2.2-2628-g219abbc

Brad King brad.king at kitware.com
Fri May 8 08:50:59 EDT 2015


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  219abbcf5fcbb9982e5881f69d87130a7dc9133c (commit)
       via  a190493414c04804bacce1ce627448440b07b63d (commit)
      from  18af65b56d609acd43678cde7b2b989c0b37fd9c (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=219abbcf5fcbb9982e5881f69d87130a7dc9133c
commit 219abbcf5fcbb9982e5881f69d87130a7dc9133c
Merge: 18af65b a190493
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri May 8 08:50:58 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri May 8 08:50:58 2015 -0400

    Merge topic 'suppress-LNK4089-warning' into next
    
    a1904934 CTestCustom: Suppress LNK4089 warning about RPCRT4


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a190493414c04804bacce1ce627448440b07b63d
commit a190493414c04804bacce1ce627448440b07b63d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri May 8 08:50:33 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri May 8 08:50:33 2015 -0400

    CTestCustom: Suppress LNK4089 warning about RPCRT4

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 2fecebb..cc2fbb8 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -33,6 +33,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.*RPCRT4.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"
   "LINK : warning LNK4089: all references to.*ole32.dll.*discarded by /OPT:REF"

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list