src/engine/client/serverbrowser_http.cpp:147:1: warning: mutex 'ls.m_Lock' is still held at the end of function [-Wthread-safety-analysis] } ^
Remove unused lock and scope in threading.h Not sure if this is preferred We could also try switching to std::mutex