mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user