Skip to content

Commit 0ccca4f

Browse files
seanmhjmjohnson
authored andcommitted
COMP: suppress some third party warings on cdash
1 parent 3282bfc commit 0ccca4f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CMake/CTestCustom.cmake.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ 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:.*Wallocator-wrappers"
135+
".*Modules/ThirdParty/Eigen3/.*warning:.*Wmaybe-uninitialized"
136+
132137
# CircleCI distcc warnings
133138
".*WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED.*"
134139
"Warning: Permanently added.*to the list of known hosts"

0 commit comments

Comments
 (0)