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

CDash: custom warnings exceptions for thirdparty

parent 4651fb6e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
#----------------------------------------------------------------------
set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1000000)
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 300)
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 2000)
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS 50)
......@@ -68,4 +68,15 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
".*itksys.SharedForward.h.*warning.*"
".*vcl_deprecated_header.h.*"
".*otbCurlHelper.cxx:356.*warning.*maxConnect.*"
".*include.ITK-4.*[Ww]arning.*"
".*include.curl.curl.h.*[Ww]arning.*"
".*include.ossim.*[Ww]arning.*"
".*include.ogr_core.h.*[Ww]arning.*"
".*include.ogr_srs_api.h.*[Ww]arning.*"
".*include.ogrsf_frmts.h.*[Ww]arning.*"
".*include.ogr_geometry.h.*[Ww]arning.*"
".*include.ogr_spatialref.h.*[Ww]arning.*"
".*include.cpl_error.h.*[Ww]arning.*"
".*vnl.vnl_numeric_traits.h.*[Ww]arning.*"
".*vcl_config_compiler.h.*[Ww]arning.*"
)
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