Task coroutine #188
Annotations
10 errors and 2 warnings
build:
coro/include/gap/coro/single_consumer_event.hpp#L36
‘void gap::coro::single_consumer_event::set()’ conflicts with a previous declaration
|
build:
coro/include/gap/coro/single_consumer_event.hpp#L51
declaration of ‘awaiter’ shadows a member of ‘gap::coro::single_consumer_event::operator co_await()::awaiter’ [-Werror=shadow]
|
build:
core/include/gap/core/config.hpp#L32
static assertion failed: Symmetric transfer is not supported
|
build:
test/coro/task.cpp#L78
‘co_await’ cannot be used in a function with a deduced return type
|
build:
test/coro/task.cpp#L79
no return statement in function returning non-void [-Werror=return-type]
|
build:
test/coro/task.cpp#L106
‘gap::coro::single_consumer_event::set’ cannot be used as a function
|
build:
test/coro/task.cpp#L173
unused parameter ‘arg’ [-Werror=unused-parameter]
|
build:
test/coro/task.cpp#L214
‘co_await’ cannot be used in a function with a deduced return type
|
build:
test/coro/task.cpp#L214
no return statement in function returning non-void [-Werror=return-type]
|
build:
test/coro/task.cpp#L216
‘gap::coro::single_consumer_event::set’ cannot be used as a function
|
build
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/.
|
build
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/
|