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

WRG: filter some warnings out of the Dashboard

parent 46965fe0
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"vcl_deprecated_header"
"backward_warning"
"Utilities"
"[Uu]tilities"
"warning LNK4221"
"ranlib:.*file:.*has no symbols"
"ranlib: file: .+ has no symbols"
......@@ -53,5 +53,8 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"Fl_Image.H:.*warning:.*dereferencing type-punned pointer will break strict-aliasing rules.*"
"warning -.: directory name .* does not exist"
"ld.*warning.*duplicate dylib.*"
"pyconfig.h:.*warning:.*XOPEN.*SOURCE.*redefined"
".*pyconfig.h:.*warning:.*XOPEN.*SOURCE.*redefined.*"
"WARNING non-zero return value in ctest"
".*Microsoft.*include.*.h.*[Ww]arning.*"
".*gdal_priv.h.*[Ww]arning.*"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment