From 9a4fc24d0722c6f1b4ff5f901634caed6fc59a60 Mon Sep 17 00:00:00 2001 From: Christophe Palmann <christophe.palmann@c-s.fr> Date: Wed, 11 Feb 2015 10:17:55 +0100 Subject: [PATCH] WRG: otbmuparserx warnings filter --- CMake/CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in index aceefe6ada..541fca59ca 100644 --- a/CMake/CTestCustom.cmake.in +++ b/CMake/CTestCustom.cmake.in @@ -62,6 +62,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION ".*Microsoft.*include.*.h.*[Ww]arning.*" ".*gdal_priv.h.*[Ww]arning.*" ".*cpl_string.h.*[Ww]arning.*" + "*otbmuparserx*" # Ignore clang's summary warning, assuming prior text has matched some # other warning expression: -- GitLab