From aadde3f0459cc9fbfbccee96efc1cad8287eeb0f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 16 Feb 2005 09:00:58 -0500 Subject: [PATCH] COMP: add a warning ignore for gcc 3.4.2 --- CTestCustom.ctest.in | 1 + 1 file changed, 1 insertion(+) diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in index 53f4fcc15..693b908fb 100644 --- a/CTestCustom.ctest.in +++ b/CTestCustom.ctest.in @@ -8,6 +8,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "warning: To disable this warning use" "could not be inlined" "libCurl.*has no symbols" + "stl_deque.h:479" )