maint: fix comp on Windows

This commit is contained in:
6arelyFuture 2022-11-25 19:56:50 +00:00 committed by GitHub
parent a0cbd37345
commit 41b9902051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ namespace network
namespace namespace
{ {
#ifdef _WIN32 #ifdef _WIN32
[[maybe_unused]] class wsa_initializer GSL_NODISCARD class wsa_initializer
{ {
public: public:
wsa_initializer() wsa_initializer()