Skip to content

Commit 0fd172c

Browse files
committed
CTestCustom: Suppress LNK4089 warning about SHELL32
Add a warning suppression regex to match: LINK : warning LNK4089: all references to 'SHELL32.DLL' discarded by /OPT:REF
1 parent e73d1ad commit 0fd172c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CTestCustom.cmake.in

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
3232
"warning .980: wrong number of actual arguments to intrinsic function .std::basic_"
3333
"LINK : warning LNK4089: all references to.*ADVAPI32.dll.*discarded by /OPT:REF"
3434
"LINK : warning LNK4089: all references to.*PSAPI.DLL.*discarded by /OPT:REF"
35+
"LINK : warning LNK4089: all references to.*SHELL32.dll.*discarded by /OPT:REF"
3536
"LINK : warning LNK4089: all references to.*USER32.dll.*discarded by /OPT:REF"
3637
"Warning: library was too large for page size.*"
3738
"Warning: public.*_archive_.*in module.*archive_*clashes with prior module.*archive_.*"

0 commit comments

Comments
 (0)