Theldus / wsServer

wsServer - a tiny WebSocket server library written in C
https://theldus.github.io/wsServer
GNU General Public License v3.0
422 stars 80 forks source link

Fixed warning variable ‘utf8_state’ set but not used #73

Closed hoathienvu8x closed 1 year ago

hoathienvu8x commented 1 year ago

warning: variable ‘utf8_state’ set but not used [-Wunused-but-set-variable] uint32_t utf8_state; / Current UTF-8 state. /

Theldus commented 1 year ago

Hi @hoathienvu8x, Thanks for spotting this, merged.