mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[5/N] Fix extra warnings brought by clang-tidy-17 (#138403)
Follows #137983 Pull Request resolved: https://github.com/pytorch/pytorch/pull/138403 Approved by: https://github.com/ezyang
This commit is contained in:
@ -281,6 +281,7 @@ class GetBacktraceImpl {
|
||||
}
|
||||
|
||||
private:
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-avoid-const-or-ref-data-members)
|
||||
const bool skip_python_frames_;
|
||||
std::vector<void*> callstack_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user