mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
base: Remove warnings in base/task/common/task_annotator.cc
This commit is contained in:
parent
44db28a3c5
commit
4a9b37048d
@ -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…
Reference in New Issue
Block a user