COMP: add a warning ignore for gcc 3.4.2
This commit is contained in:
parent
93384c7763
commit
aadde3f045
|
@ -8,6 +8,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
||||||
"warning: To disable this warning use"
|
"warning: To disable this warning use"
|
||||||
"could not be inlined"
|
"could not be inlined"
|
||||||
"libCurl.*has no symbols"
|
"libCurl.*has no symbols"
|
||||||
|
"stl_deque.h:479"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue