Skip to content

Commit

Permalink
base: Remove warnings in base/task/common/task_annotator.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
klzgrad committed Jan 14, 2023
1 parent 44db28a commit 4a9b370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base/task/common/task_annotator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ TaskAnnotator::LongTaskTracker::~LongTaskTracker() {
TRACE_EVENT_END("scheduler.long_tasks",
perfetto::Track::ThreadScoped(task_annotator_),
task_end_time);
std::ignore = pending_task_;
std::ignore = task_annotator_;
}
}

Expand Down

0 comments on commit 4a9b370

Please sign in to comment.