From 1ad2a1e5fe468713e4727e425728fb11c0e88541 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Fri, 20 Feb 2015 00:43:38 +0100 Subject: [PATCH] WRG: remove ogr_feature warning from dashboard --- CMake/CTestCustom.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in index b63e3684a9..df29e1bd22 100644 --- a/CMake/CTestCustom.cmake.in +++ b/CMake/CTestCustom.cmake.in @@ -47,7 +47,6 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} "vcl_deprecated_header" "backward_warning" - "[Uu]tilities" "warning LNK4221" "ranlib:.*file:.*has no symbols" "ranlib: file: .+ has no symbols" @@ -59,6 +58,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION ".*Microsoft.*include.*.h.*[Ww]arning.*" ".*gdal_priv.h.*[Ww]arning.*" ".*cpl_string.h.*[Ww]arning.*" + ".*ogr_feature.h.*[Ww]arning.*" # Ignore clang's summary warning, assuming prior text has matched some # other warning expression: -- GitLab