diff --git a/tool/client.cc b/tool/client.cc index dd3f846c..c832ab5d 100644 --- a/tool/client.cc +++ b/tool/client.cc @@ -19,7 +19,9 @@ #if !defined(OPENSSL_WINDOWS) #include #else +OPENSSL_MSVC_PRAGMA(warning(push, 3)) #include +OPENSSL_MSVC_PRAGMA(warning(pop)) #endif #include