summaryrefslogtreecommitdiff
path: root/shell/inc/registry.hxx
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/inc/registry.hxx
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/inc/registry.hxx')
-rw-r--r--shell/inc/registry.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/inc/registry.hxx b/shell/inc/registry.hxx
index 3da9eccd40c6..3ea0d85f74b8 100644
--- a/shell/inc/registry.hxx
+++ b/shell/inc/registry.hxx
@@ -24,13 +24,7 @@
// registry helper functions
-#if defined _MSC_VER
-#pragma warning(push, 1)
-#endif
#include <objbase.h>
-#if defined _MSC_VER
-#pragma warning(pop)
-#endif
#include <string>
#include "filepath.hxx"