Skip to content

Commit

Permalink
Silence -Wclass-memaccess from TBB
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed May 21, 2024
1 parent 8e76f01 commit 22c9472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/compiler_flags
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ endif

## silence warnings occuring due to the TBB and Eigen libraries
CXXFLAGS_WARNINGS += -Wno-ignored-attributes
## https://github.com/oneapi-src/oneTBB/issues/307
CXXFLAGS_WARNINGS += -Wno-class-memaccess

################################################################################
# Setup OpenCL
Expand Down

0 comments on commit 22c9472

Please sign in to comment.