Commit 702c3ee
committed
fix(websocket): resolve sign-conversion warnings in protocol
- use std::size_t for buffer indexing instead of int
- eliminate implicit signed/unsigned conversions
- ensure compatibility with -Wsign-conversion and strict builds
improves type safety and keeps websocket module warning-free1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments