From e228d66d60ca8c7609d56fb135b2e68f686d34af Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 7 May 2015 08:58:38 -0400 Subject: CTestCustom: Suppress LNK4089 warning about ole32 --- CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 8a345b0..2fecebb 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -35,6 +35,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION "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" + "LINK : warning LNK4089: all references to.*ole32.dll.*discarded by /OPT:REF" "Warning: library was too large for page size.*" "Warning: public.*_archive_.*in module.*archive_*clashes with prior module.*archive_.*" "Warning: public.*BZ2_bz.*in module.*bzlib.*clashes with prior module.*bzlib.*" -- cgit v0.12 From a190493414c04804bacce1ce627448440b07b63d Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 8 May 2015 08:50:33 -0400 Subject: CTestCustom: Suppress LNK4089 warning about RPCRT4 --- CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v0.12