summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-01-31 15:32:48 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2018-02-01 17:57:21 +0100
commite9073eadef4e7635ab86316d1a68be5023632c78 (patch)
tree15657a3b74924a1e8d80106d45cca940368ec0a2 /idlc/inc
parent8e07fb35074e0f23e7676cdf4499582b7c3c1bbb (diff)
idlc: MSVC: pragma warning: make more specific, remove obsolete
Change-Id: I0fbba0c1b12f9ade703ceee477dae4056fe9d31e Reviewed-on: https://gerrit.libreoffice.org/48994 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlctypes.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/idlc/inc/idlctypes.hxx b/idlc/inc/idlctypes.hxx
index 6d013f834e75..273429e530f8 100644
--- a/idlc/inc/idlctypes.hxx
+++ b/idlc/inc/idlctypes.hxx
@@ -39,10 +39,6 @@ class AstScope;
AstDeclaration* scopeAsDecl(AstScope* pScope);
AstScope* declAsScope(AstDeclaration* pDecl);
-#ifdef _MSC_VER
-#pragma warning( disable : 4541 )
-#endif
-
// flags used for attributes, properties and services
#define AF_INVALID 0x0000
#define AF_READONLY 0x0001