Page MenuHome

TBB: fix deprecation warnings with newer TBB versions
AbandonedPublic

Authored by Brecht Van Lommel (brecht) on Feb 8 2021, 7:34 PM.

Details

Reviewers
None
Summary
  • USD and OpenVDB headers use deprecated TBB headers, suppress all deprecation warnings there since we have no control over them.
  • For our own TBB includes, use the individual headers rather than the tbb.h that includes everything to avoid warnings, rather than suppressing all.

This is in anticipation of the TBB 2020 upgrade in D10359.

Diff Detail

Repository
rB Blender
Branch
arcpatch-D10359 (branched from master)
Build Status
Buildable 12726
Build 12726: arc lint + arc unit