COMP: add a warning ignore for gcc 3.4.2

This commit is contained in:
Bill Hoffman 2005-02-16 09:00:58 -05:00
parent 93384c7763
commit aadde3f045

View File

@ -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"
)