We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stan-dev
Learn more about funding links in repositories.
Report abuse
2 parents 8e76f01 + 4a88b9a commit d99f263Copy full SHA for d99f263
make/compiler_flags
@@ -246,6 +246,10 @@ endif
246
247
## silence warnings occuring due to the TBB and Eigen libraries
248
CXXFLAGS_WARNINGS += -Wno-ignored-attributes
249
+## https://github.com/oneapi-src/oneTBB/issues/307
250
+ifeq ($(CXX_TYPE), gcc)
251
+ CXXFLAGS_WARNINGS += -Wno-class-memaccess
252
+endif
253
254
################################################################################
255
# Setup OpenCL
0 commit comments