Hide some warnings generated by 3rd party libs

This commit is contained in:
Mathieu Malaterre 2012-02-14 11:59:41 +00:00
parent 9a5ab44e35
commit 8fc06de0c5
1 changed files with 2 additions and 0 deletions

View File

@ -29,4 +29,6 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
".*warning,.* is deprecated"
# supress warnings caused by 3rd party libs:
".*/thirdparty/.*"
"libtiff.*has no symbols"
"libpng.*has no symbols"
)