summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-02 19:24:03 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-01-02 19:24:03 (GMT)
commita294ff08b775acc24e524503d078503104af52b5 (patch)
tree6786dfd076baa9a79cd4919498135c18a6acd757
parent7a63192074513a52283c2ae6f673bdab1bbcb3ad (diff)
parent0fd172c8d077797e806060a5026ac4a33a209196 (diff)
downloadCMake-a294ff08b775acc24e524503d078503104af52b5.zip
CMake-a294ff08b775acc24e524503d078503104af52b5.tar.gz
CMake-a294ff08b775acc24e524503d078503104af52b5.tar.bz2
Merge topic 'suppress-LNK4089-SHELL32'
0fd172c CTestCustom: Suppress LNK4089 warning about SHELL32
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
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_.*"