diff options
author | Brad King <brad.king@kitware.com> | 2015-05-08 12:50:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-08 12:50:33 (GMT) |
commit | a190493414c04804bacce1ce627448440b07b63d (patch) | |
tree | 459c432358d6036c737d7f5f88fe2dae7b8f48ce | |
parent | e228d66d60ca8c7609d56fb135b2e68f686d34af (diff) | |
download | CMake-a190493414c04804bacce1ce627448440b07b63d.zip CMake-a190493414c04804bacce1ce627448440b07b63d.tar.gz CMake-a190493414c04804bacce1ce627448440b07b63d.tar.bz2 |
CTestCustom: Suppress LNK4089 warning about RPCRT4
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
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" |