mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-18 17:18:17 +00:00
This was breaking the Lagom build when using clang, as m_sockfd's only use is behind an #ifdef __serenity__. (void) it elsewhere to fix that.