mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 22:33:38 +03:00
base: Remove warnings in base/task/common/task_annotator.cc
This commit is contained in:
parent
85b76af38c
commit
31f169a0b2
1 changed files with 2 additions and 0 deletions
|
@ -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_;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue