gvanem / Watt-32

Watt-32 TCP/IP library and samples.
https://www.watt-32.net/
18 stars 8 forks source link

Fix sign-compare warnings #107

Closed jwt27 closed 7 months ago

jwt27 commented 7 months ago

Introduced in #102 / #103, sorry.

send_una should always be positive here, so casting is safe.

gvanem commented 7 months ago

Merged. Thanks!