From 2ff25f89ebaf08044bda9b39c627922cfd9ee6f0 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 14 Jun 2005 17:01:10 +0000 Subject: [PATCH] ENH: Remove an old warning on SunOS/ijg lib --- CMake/CTestCustom.ctest.in | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index 14768818..a1e9fb7f 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -6,6 +6,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "gdcmjasper/(.*) warning: statement not reached" "warning: string length `[0-9]+' is greater than the length `509' ISO C89 compilers are required to support" "/.../gdcm/src/gdcmjasper/src/libjasper/(.*)" + "\"/.../gdcm/src/gdcmjpeg/jccolor.c\", line 107: warning: integer overflow detected: op \"<<\"" ) -- 2.45.1