pytorch/test/cpp
Richard Barnes b7f798caa4 Use C10_UNUSED instead of (void)X (#137239)
Summary:
Auto-generated with
```
buck run //scripts/rbarnes/regex_multiline_replacer:regex_multiline_replacer -- --find '^(\s*for\s*\()(const.*\n)\s*\(void\)[A-Za-z]+;\s*//\s*Suppress.*\s*\n(.*)'  --replace '\1C10_UNUSED \2\3' `find caffe2/ -regex ".*\.\(cpp\|h\)"`
```

Differential Revision: D33432600

Pull Request resolved: https://github.com/pytorch/pytorch/pull/137239
Approved by: https://github.com/Skylion007
2024-10-15 14:32:59 +00:00
..
aoti_abi_check [AOTI] Fix complex64 not defined (#132810) 2024-08-08 18:08:23 +00:00
aoti_inference [AOTI] Fix test_aoti_inference CPU build issue (#134675) 2024-08-28 17:42:19 +00:00
api Use C10_UNUSED instead of (void)X (#137239) 2024-10-15 14:32:59 +00:00
c10d Forward fix test (#137910) 2024-10-14 22:07:29 +00:00
common
dist_autograd
jit [ROCm] LoadHIP CMake cleanup (#137112) 2024-10-13 00:06:41 +00:00
lazy [ROCm] LoadHIP CMake cleanup (#137112) 2024-10-13 00:06:41 +00:00
lite_interpreter_runtime Add None return type to init -- tests (#132352) 2024-08-01 15:44:51 +00:00
monitor
profiler [9/N] Replace c10::optional with std::optional (#130674) 2024-07-15 00:48:43 +00:00
rpc [structural binding][10/N] Replace std::tie with structural binding (#130784) 2024-07-16 10:28:14 +00:00
tensorexpr Use C10_UNUSED instead of (void)X (#137239) 2024-10-15 14:32:59 +00:00
__init__.py