Skip to content

Commit

Permalink
Warning is gcc only
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed May 21, 2024
1 parent 22c9472 commit 4a88b9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make/compiler_flags
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ 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
ifeq ($(CXX_TYPE), gcc)
CXXFLAGS_WARNINGS += -Wno-class-memaccess
endif

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

0 comments on commit 4a88b9a

Please sign in to comment.