This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Commit d55dd73
Fix compiler warnings for AsyncJson’s _contentLength/_maxContentLength vars (me-no-dev#439)
The type of _contentLength and _maxContentLength should both be unsigned
integer type size_t.1 parent fbe191d commit d55dd73
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments