Fix clang-tidy warnings in Caffe2 code (#134935)

Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/134935
Approved by: https://github.com/ezyang
This commit is contained in:
cyy
2024-09-12 03:27:06 +00:00
committed by PyTorch MergeBot
parent 0d1d69fd25
commit 7cfd23636c
28 changed files with 112 additions and 150 deletions

View File

@ -34,7 +34,6 @@ def define_targets(rules):
"caffe2/serialize/file_adapter.cc",
"caffe2/serialize/inline_container.cc",
"caffe2/serialize/istream_adapter.cc",
"caffe2/serialize/read_adapter_interface.cc",
],
copts = ["-fexceptions"],
tags = [