Skip to content
Snippets Groups Projects
Commit 798776ee authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

CDASH: filter out irrelevant warnings with custom warning exception

parent e0eaba8a
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ set(CTEST_CUSTOM_COVERAGE_EXCLUDE
set(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"vcl_deprecated_header"
"backward_warning"
"warning LNK4221"
"ranlib:.*file:.*has no symbols"
......@@ -64,6 +63,9 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# other warning expression:
"[0-9,]+ warnings? generated."
".*include.opencv2.*warning.*"
".*warning:.*deprecated.*"
".*vcl_deprecated_header.*"
".*include.kml.*warning.*"
".*include.ogr_feature.*warning.*"
".*itksys.SharedForward.h.*warning.*"
".*vcl_deprecated_header.h.*"
".*otbCurlHelper.cxx:356.*warning.*maxConnect.*"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment