Skip to content

CTestCustom: Suppress warning matched on source file name

The WarningMessagesDialog.cxx source file name is displayed by MSVC in the compiler output, and the CTest launcher matches the name as a warning line starting in "Warning". Suppress this false positive with a custom exception.

Merge request reports