mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
base: Remove warnings in base/task/common/task_annotator.cc
This commit is contained in:
parent
44db28a3c5
commit
4a9b37048d
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