Browse Source

Silenced deprecation warnings from newer versions of IntelTBB (since version 2020?). These warnings only referred to features we do not use and could be addressed by only including the relevant parts of inteltbb

tempestpy_adaptions
Tim Quatmann 5 years ago
parent
commit
8c32705b99
  1. 3
      src/storm/adapters/IntelTbbAdapter.h

3
src/storm/adapters/IntelTbbAdapter.h

@ -19,7 +19,8 @@
#endif
#ifdef STORM_HAVE_INTELTBB
#include "tbb/tbb.h"
#include "tbb/parallel_for.h"
#include "tbb/blocked_range.h"
#include "tbb/tbb_stddef.h"
#endif

Loading…
Cancel
Save