Use Wextra-semi (#140236)

Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/140236
Approved by: https://github.com/ezyang
This commit is contained in:
cyy
2024-11-13 02:15:13 +00:00
committed by PyTorch MergeBot
parent fb7148d05d
commit 40fb738197
45 changed files with 76 additions and 67 deletions

View File

@ -106,10 +106,11 @@ StatementMacros:
- C10_DEFINE_int32
- C10_DEFINE_int64
- C10_DEFINE_string
- DEFINE_BINARY
- PyObject_HEAD
- PyObject_VAR_HEAD
- PyException_HEAD
- DEFINE_BINARY
- TORCH_DECLARE_bool
TabWidth: 8
UseTab: Never