Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CMake/CTestCustom.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# ignore -Wunused-template warnings in third party DoubleConversion.
".*Modules/ThirdParty/DoubleConversion/.*warning:.*Wunused-template"

# GCC false positive: template-parameterized loops over FixedArray-based types
"warning:.*iteration.*invokes undefined behavior.*-Waggressive-loop-optimizations"

# ignore some third party warnings
".*Modules/ThirdParty/.*warning:.*Wzero-as-null-pointer-constant"
".*Modules/ThirdParty/Eigen3/.*warning:.*"
Expand Down
Loading