summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-12 13:12:40 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-05-12 13:12:40 (GMT)
commit0f2658f62d949137c9b0b9081d1a93e5f39d2bb2 (patch)
tree6ba9570041bfd45ebc1dd07f33d038ee141f1e46
parentdf95367d7e656608cdeca5c5cdaad79195cd465a (diff)
parenta190493414c04804bacce1ce627448440b07b63d (diff)
downloadCMake-0f2658f62d949137c9b0b9081d1a93e5f39d2bb2.zip
CMake-0f2658f62d949137c9b0b9081d1a93e5f39d2bb2.tar.gz
CMake-0f2658f62d949137c9b0b9081d1a93e5f39d2bb2.tar.bz2
Merge topic 'suppress-LNK4089-warning'
a1904934 CTestCustom: Suppress LNK4089 warning about RPCRT4 e228d66d CTestCustom: Suppress LNK4089 warning about ole32
-rw-r--r--CTestCustom.cmake.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 8a345b0..cc2fbb8 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -33,8 +33,10 @@ 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"
"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.*"