Commit 7534d48
Fix unsigned comparison to remove compiler warning on embedded builds (#12446)
### Summary
Internal builds for embedded targets treat type limit warnings as
errors.
There is an unsigned comparison against zero, which generates an error.
This simple PR removes it.
### Test plan
CI.
Tested in successful internal build
Co-authored-by: Jacob Robert Stevens <[email protected]>1 parent abd6eff commit 7534d48
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments