Oipo opened a new issue #248:
URL: https://github.com/apache/celix/issues/248
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.")
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
|