Commit 422e2ee
Fix shadowing error in mmap_data_loader.cpp (pytorch#11858)
### Summary
Fix a -Wshadow error causing internal build failures. I will add this to
the GitHub CI, as well.
### Test plan
CI1 parent 017faef commit 422e2ee
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments