From 7168a13b9e3aa98bdc84994e832358a4a7336c48 Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Sun, 15 May 2011 09:58:03 +0200
Subject: [PATCH] WRG: filter another warning in CTestCustom.cmake

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

diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
index 9e470f7c50..9146bc8774 100644
--- a/CMake/CTestCustom.cmake.in
+++ b/CMake/CTestCustom.cmake.in
@@ -49,6 +49,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "warning LNK4221.*no public symbols found"
   "ranlib:.*file:.*has no symbols"
   "ranlib: file: .+ has no symbols"
+  "ranlib:.*warning for library:.*the table of contents is empty.*no object file members in the library define global symbols.*"
   "libtool:.*file:.*has no symbols"
   "Fl_Image.H:.*warning:.*dereferencing type-punned pointer will break strict-aliasing rules.*"
   "warning -.: directory name .* does not exist"
-- 
GitLab