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

CDASH: try to sssh warnings from thirdparty inside dashboard

parent 52d51d5b
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,23 @@ set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS 50)
set(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
".*SuperBuild.*LIBKML.*warning.*"
".*SuperBuild.GEOS.*"
".*SuperBuild.JPEG.*warning"
".*SuperBuild.TIFF.*warning.*"
".*SuperBuild.GEOTIFF.*warning.*"
".*SuperBuild.GDAL.config.status.*WARNING.*"
".*SuperBuild.OSSIM.*warning.*"
".*SuperBuild.ZLIB.src.ZLIB.*"
".*SuperBuild.FFTW.FFTWD.src.*"
".*SuperBuild.FFTW.FFTWF.src.*"
".*SuperBuild.GEOTIFF.src.GEOTIFF*"
".*SuperBuild.OPENCV.src.OPENCV.*"
".*SuperBuild.GDAL.src.GDAL.*"
".*SuperBuild.ITK.src.ITK.*"
".*SuperBuild.OPENJPEG.tmp.*"
".*SuperBuild.OSSIM.src.OSSIM.*"
".*SuperBuild.PACKAGE-TOOLS.*"
".*SuperBuild.CURL.src.CURL.*"
".*SuperBuild.PNG.src.PNG.*"
".*SuperBuild.JPEG.src.JPEG.*"
".*SuperBuild.LIBKML.src.LIBKML.*"
)
# We disable all compiler warnings on superbuild. They are too numerous and pretty much useless
......
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