We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badec43 commit b39b5bbCopy full SHA for b39b5bb
1 file changed
CMake/CTestCustom.cmake.in
@@ -129,6 +129,10 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
129
# ignore -Wunused-template warnings in third party DoubleConversion.
130
".*Modules/ThirdParty/DoubleConversion/.*warning:.*Wunused-template"
131
132
+ # ignore some third party warnings
133
+ ".*Modules/ThirdParty/.*warning:.*Wzero-as-null-pointer-constant"
134
+ ".*Modules/ThirdParty/Eigen3/.*warning:.*"
135
+
136
# CircleCI distcc warnings
137
".*WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED.*"
138
"Warning: Permanently added.*to the list of known hosts"
0 commit comments