From fc15e7970e0851587e4ab85759aa4d3a259e8d7c Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Thu, 12 May 2011 23:42:11 +0200
Subject: [PATCH] WRG: remove FLTK warning from the dashboard

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

diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
index 9e55e19dc9..e316bb571a 100644
--- a/CMake/CTestCustom.cmake.in
+++ b/CMake/CTestCustom.cmake.in
@@ -50,6 +50,8 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "ranlib:.*file:.*has no symbols"
   "ranlib: file: .+ has no symbols"
   "libtool:.*file:.*has no symbols"
+  "itkIOCommonTest.cxx:.*warning:.* is deprecated"
+  "Fl_Image.H:.*warning:.*dereferencing type-punned pointer will break strict-aliasing rules.*"
   )
 
 IF(APPLE)
-- 
GitLab