Commit 8dfcb01
authored
Fix compiler warnings in a few places (#10165)
Summary: There are two places that are emitting warnings, causing builds
with -Werror to fail. Neither are correctness issues, but this PR cleans
them up to enable build with -Werror.
Differential Revision: D72996608
cc @larryliu0820 @JacobSzwejbka @lucylq1 parent bb22d63 commit 8dfcb01
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