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 --- basic/source/comp/parser.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'basic') diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx index 6c31a122e26b..da4420b4fe01 100644 --- a/basic/source/comp/parser.cxx +++ b/basic/source/comp/parser.cxx @@ -108,11 +108,6 @@ static const SbiStatement StmntTable [] = { }; -#ifdef _MSC_VER -// 'this' : used in base member initializer list -#pragma warning( disable: 4355 ) -#endif - SbiParser::SbiParser( StarBASIC* pb, SbModule* pm ) : SbiTokenizer( pm->GetSource32(), pb ), aGblStrings( this ), -- cgit