diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-16 14:00:58 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-16 14:00:58 (GMT) |
commit | aadde3f0459cc9fbfbccee96efc1cad8287eeb0f (patch) | |
tree | e79f1b27836dc0cb3919a5281b6a4d9cd6b32be0 | |
parent | 93384c776363f749c910ff95836533a1a9be0e4a (diff) | |
download | CMake-aadde3f0459cc9fbfbccee96efc1cad8287eeb0f.zip CMake-aadde3f0459cc9fbfbccee96efc1cad8287eeb0f.tar.gz CMake-aadde3f0459cc9fbfbccee96efc1cad8287eeb0f.tar.bz2 |
COMP: add a warning ignore for gcc 3.4.2
-rw-r--r-- | CTestCustom.ctest.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in index 53f4fcc..693b908 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" ) |