Skip to content

Commit b39b5bb

Browse files
seanmblowekamp
authored andcommitted
COMP: suppress some third party warings on cdash
1 parent badec43 commit b39b5bb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMake/CTestCustom.cmake.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
129129
# ignore -Wunused-template warnings in third party DoubleConversion.
130130
".*Modules/ThirdParty/DoubleConversion/.*warning:.*Wunused-template"
131131

132+
# ignore some third party warnings
133+
".*Modules/ThirdParty/.*warning:.*Wzero-as-null-pointer-constant"
134+
".*Modules/ThirdParty/Eigen3/.*warning:.*"
135+
132136
# CircleCI distcc warnings
133137
".*WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED.*"
134138
"Warning: Permanently added.*to the list of known hosts"

0 commit comments

Comments
 (0)