From 3330162502d8b0a04467c633f61fdcf57ec9070a Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Mon, 16 Nov 2015 14:12:47 +0100
Subject: [PATCH] TEST: continue CTest warning filters

---
 CMake/CTestCustom.cmake.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
index ca21eb9fcd..af3fe07f23 100644
--- a/CMake/CTestCustom.cmake.in
+++ b/CMake/CTestCustom.cmake.in
@@ -66,6 +66,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
   ".*include.opencv2.*note.*"
   ".*include.kml.*warning.*"
   ".*include.ogr_feature.*warning.*"
+  ".*include.ogr_feature.*note.*"
   ".*itksys.SharedForward.h.*warning.*"
   ".*vcl_deprecated_header.h.*"
   ".*otbCurlHelper.cxx:.*warning.*maxConnect.*"
@@ -82,5 +83,5 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
   ".*vnl.vnl_numeric_traits.h.*warning.*"
   ".*vcl_config_compiler.h.*warning.*"
   ".*boost.move.unique_ptr.hpp:.*"
-  ".*include.mpValue.h.*[Ww]arning.*\[-Wc\+\+11-extensions\]"
+  ".*include.mpValue.h.*[Ww]arning.*\\[-Wc\\+\\+11-extensions\\]"
   )
-- 
GitLab