From 7e3b178b889cbe21c13982b4cb12c0ee0fadc4d3 Mon Sep 17 00:00:00 2001 From: Rashad Kanavath Date: Sun, 17 Jul 2016 15:39:27 +0200 Subject: [PATCH] Revert "CDASH: try to sssh warnings from thirdparty inside dashboard" This reverts commit 1eb94eb3e60959afcf851576fcd82df2a234ce40. --- SuperBuild/CMake/CTestCustom.cmake.in | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/SuperBuild/CMake/CTestCustom.cmake.in b/SuperBuild/CMake/CTestCustom.cmake.in index 3c1de04d6a..932ce493e7 100644 --- a/SuperBuild/CMake/CTestCustom.cmake.in +++ b/SuperBuild/CMake/CTestCustom.cmake.in @@ -4,23 +4,13 @@ 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.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.*" + ".*SuperBuild.GEOTIFF.*warning.*" + ".*SuperBuild.GDAL.config.status.*WARNING.*" + ".*SuperBuild.OSSIM.*warning.*" ) # We disable all compiler warnings on superbuild. They are too numerous and pretty much useless -- GitLab