From 388a6308d09c250c505077bdc389a3cb053c8d0b Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Mon, 16 Nov 2015 12:04:12 +0100
Subject: [PATCH] TEST: filter c++11 warning on CTest

---
 CMake/CTestCustom.cmake.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
index bd74cab468..ca21eb9fcd 100644
--- a/CMake/CTestCustom.cmake.in
+++ b/CMake/CTestCustom.cmake.in
@@ -82,4 +82,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\]"
   )
-- 
GitLab