From 54a17dd2466ebb9fcda181f5dd02c64a5508f306 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 28 Oct 2013 01:02:13 +0100 Subject: windows: warning 4355 is disabled globally in com_MSC_defs.mk So there is no need to do this locally, too. Change-Id: I0fa1d0cd3e077ba0985848a9d2cbb061b123e8ad --- uui/source/secmacrowarnings.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'uui') diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index 57f383918a9f..1f3cd13b35b3 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -34,10 +34,6 @@ using namespace ::com::sun::star::security; #include "secmacrowarnings.hxx" #include "secmacrowarnings.hrc" -#ifdef _MSC_VER -#pragma warning (disable : 4355) // 4355: this used in initializer-list -#endif - using namespace ::com::sun::star; -- cgit