machinezone / IXWebSocket

websocket and http client and server library, with TLS support and very few dependencies
BSD 3-Clause "New" or "Revised" License
512 stars 167 forks source link

Fix MinGW build warning #482

Closed lanthora closed 10 months ago

lanthora commented 10 months ago

When using the compiler options -Wall and -Werror, warnings caused by type mismatches are treated as errors, leading to compilation failure.

bsergean commented 10 months ago

thanks for the fix @lanthora