summaryrefslogtreecommitdiff
path: root/shell/qa/zip
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-01-31 21:13:25 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2018-02-02 05:59:25 +0100
commit4be226b654b40fe9b1fc7843d9dd5742495b1a1f (patch)
tree364b4740da7d3f451eef2ecb21f55e8330fdbfeb /shell/qa/zip
parent5bf8f1827f4a0bd3fa2c8236d80bd1a2a99ed472 (diff)
shell: MSVC: pragma warning: make more specific, remove obsolete
Change-Id: Ie2391b1feed31fe9cee7dc097c57ebebab698705 Reviewed-on: https://gerrit.libreoffice.org/49049 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'shell/qa/zip')
-rw-r--r--shell/qa/zip/ziptest.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx
index 2f09c9abcd50..9cab98a1c5ef 100644
--- a/shell/qa/zip/ziptest.cxx
+++ b/shell/qa/zip/ziptest.cxx
@@ -17,16 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#if defined _MSC_VER
-#pragma warning(push, 1)
-#endif
#if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
-#if defined _MSC_VER
-#pragma warning(pop)
-#endif
#include <ole2.h>
#include <stdio.h>