Matheus28 / ws28

C++17 WebSocket server library (uses libuv)
MIT License
66 stars 10 forks source link

add [[maybe_unused]] #18

Closed mattn closed 8 months ago

mattn commented 8 months ago

fix compilation warning

Matheus28 commented 8 months ago

The correct fix is to just remove the argument names instead of adding an attribute. I don't really compile with warnings about that so if you make the change I'll merge it

mattn commented 8 months ago

fixed.