We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3282bfc commit 0ccca4fCopy full SHA for 0ccca4f
1 file changed
CMake/CTestCustom.cmake.in
@@ -129,6 +129,11 @@ 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:.*Wallocator-wrappers"
135
+ ".*Modules/ThirdParty/Eigen3/.*warning:.*Wmaybe-uninitialized"
136
+
137
# CircleCI distcc warnings
138
".*WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED.*"
139
"Warning: Permanently added.*to the list of known hosts"
0 commit comments