From 4e2cd49e0d90623394efcec77d2b0397d83e56c1 Mon Sep 17 00:00:00 2001 From: Christophe Palmann Date: Thu, 12 Feb 2015 09:39:19 +0100 Subject: [PATCH] WRG: otbmuparserx warnings filter (bis) --- 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 541fca59ca..e10cc8f5f9 100644 --- a/CMake/CTestCustom.cmake.in +++ b/CMake/CTestCustom.cmake.in @@ -62,7 +62,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION ".*Microsoft.*include.*.h.*[Ww]arning.*" ".*gdal_priv.h.*[Ww]arning.*" ".*cpl_string.h.*[Ww]arning.*" - "*otbmuparserx*" + ".*otbmuparserx.*" # Ignore clang's summary warning, assuming prior text has matched some # other warning expression: -- GitLab