Skip to content
Snippets Groups Projects
Commit d4e55afc authored by Julien Malik's avatar Julien Malik
Browse files

WRG: filter some warnings out of the Dashboard

parent 50b03c8b
Branches
Tags
No related merge requests found
......@@ -57,4 +57,9 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"WARNING non-zero return value in ctest"
".*Microsoft.*include.*.h.*[Ww]arning.*"
".*gdal_priv.h.*[Ww]arning.*"
# Ignore clang's summary warning, assuming prior text has matched some
# other warning expression:
"[0-9,]+ warnings? generated."
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment