Commit 9058fdf
Fix compiler warnings in a few places
Summary: There are two places that are emitted warnings, causing builds with -Werror to fail. Neither are correctness issues, but this PR cleans them up to enable build with -Werror.
Differential Revision: D729966081 parent 39274d8 commit 9058fdf
File tree
2 files changed
+5
-1
lines changed- runtime/core/exec_aten/testing_util
- test/utils
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments