Some cleanup for clang/clang-tidy.
This commit is contained in:
@@ -140,7 +140,7 @@ auto RemoveStopTask(Task<tRet, RefType, Resumable>& in_taskToStop)
|
||||
template <typename tRet, eTaskRef RefType, eTaskResumable Resumable, typename promise_type>
|
||||
struct TaskAwaiterBase
|
||||
{
|
||||
TaskAwaiterBase(const Task<tRet, RefType, Resumable>& in_task)
|
||||
TaskAwaiterBase(const Task<tRet, RefType, Resumable>& /* in_task */)
|
||||
{
|
||||
// This constructor exists to minimize downstream compile-error spam when co_awaiting a non-copyable Task by copy
|
||||
}
|
||||
@@ -417,7 +417,7 @@ public:
|
||||
return std::suspend_never();
|
||||
}
|
||||
|
||||
auto await_transform(GetStopContext in_awaiter)
|
||||
auto await_transform(GetStopContext /* in_awaiter */)
|
||||
{
|
||||
struct GetStopContextAwaiter : public std::suspend_never
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user