Task coroutine #187
Annotations
10 errors and 2 warnings
Run cmake:
coro/include/gap/coro/single_consumer_event.hpp#L35
‘void gap::coro::single_consumer_event::set()’ conflicts with a previous declaration
|
Run cmake:
coro/include/gap/coro/single_consumer_event.hpp#L66
‘atomic’ in namespace ‘std’ does not name a template type
|
Run cmake:
coro/include/gap/coro/single_consumer_event.hpp#L24
class ‘gap::coro::single_consumer_event’ does not have any field named ‘m_state’
|
Run cmake:
coro/include/gap/coro/single_consumer_event.hpp#L28
‘m_state’ was not declared in this scope
|
Run cmake:
coro/include/gap/coro/single_consumer_event.hpp#L28
‘memory_order_acquire’ is not a member of ‘std’
|
Run cmake:
coro/include/gap/coro/single_consumer_event.hpp#L32
‘m_state’ was not declared in this scope
|
Run cmake:
coro/include/gap/coro/single_consumer_event.hpp#L32
‘memory_order_acq_rel’ is not a member of ‘std’
|
Run cmake:
coro/include/gap/coro/single_consumer_event.hpp#L39
‘m_state’ was not declared in this scope
|
Run cmake:
coro/include/gap/coro/single_consumer_event.hpp#L39
‘memory_order_relaxed’ is not a member of ‘std’
|
Run cmake:
coro/include/gap/coro/single_consumer_event.hpp#L50
declaration of ‘awaiter’ shadows a member of ‘gap::coro::single_consumer_event::operator co_await()::awaiter’ [-Werror=shadow]
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, lukka/run-vcpkg@v10. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading