Kaydet (Commit) 94a5665e authored tarafından Mike Kaganski's avatar Mike Kaganski

jvmfwk: MSVC: pragma warning: make more specific, remove obsolete

Change-Id: Ibb69ba9c994e44c162318e40c4469c311309f326
Reviewed-on: https://gerrit.libreoffice.org/48996Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 1e96364c
...@@ -39,16 +39,10 @@ ...@@ -39,16 +39,10 @@
#include <map> #include <map>
#if defined(_WIN32) #if defined(_WIN32)
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
#if !defined WIN32_LEAN_AND_MEAN #if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
#endif #endif
#include <windows.h> #include <windows.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
#endif #endif
#include <string.h> #include <string.h>
......
...@@ -19,16 +19,10 @@ ...@@ -19,16 +19,10 @@
#if defined(_WIN32) #if defined(_WIN32)
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
#if !defined WIN32_LEAN_AND_MEAN #if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
#endif #endif
#include <windows.h> #include <windows.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
#endif #endif
#include <string> #include <string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment