Skip to content
Snippets Groups Projects
Commit efd7b7ce authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

WRG: improve warning filter for dashboard

parent 270441f7
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# other warning expression:
"[0-9,]+ warnings? generated."
".*include.opencv2.*warning.*"
".*include.opencv2.*note.*"
".*include.kml.*warning.*"
".*include.ogr_feature.*warning.*"
".*itksys.SharedForward.h.*warning.*"
......@@ -71,6 +72,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
".*include.ITK-4.*warning.*"
".*include.curl.curl.h.*warning.*"
".*include.ossim.*warning.*"
".*include.ossim.*note.*"
".*include.ogr_core.h.*warning.*"
".*include.ogr_srs_api.h.*warning.*"
".*include.ogrsf_frmts.h.*warning.*"
......@@ -79,4 +81,5 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
".*include.cpl_error.h.*warning.*"
".*vnl.vnl_numeric_traits.h.*warning.*"
".*vcl_config_compiler.h.*warning.*"
".*boost.move.unique_ptr.hpp:.*"
)
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