celix icon indicating copy to clipboard operation
celix copied to clipboard

TBB Warning: tbb/task_scheduler_init.h is deprecated

Open Oipo opened this issue 5 years ago • 0 comments

On Ubuntu 20.04 I get this warning when compiling experimental promises:

In file included from /home/oipo-unencrypted/Programming/celix/misc/experimental/promise/api/celix/Deferred.h:29,
                 from /home/oipo-unencrypted/Programming/celix/misc/experimental/promise/src/PromiseExamples.cc:23:
/usr/include/tbb/task_scheduler_init.h:21:154: note: #pragma message: TBB Warning: tbb/task_scheduler_init.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.
   21 | #pragma message("TBB Warning: tbb/task_scheduler_init.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.")

Oipo avatar Jun 03 '20 13:06 Oipo