diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 01:02:13 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 01:02:13 +0100 |
commit | 54a17dd2466ebb9fcda181f5dd02c64a5508f306 (patch) | |
tree | 904f90e6d0259205958b71a6f20b143e2be366fc /basic | |
parent | 71e1c79acebab5fc6a31457416c24c4a33141c33 (diff) |
windows: warning 4355 is disabled globally in com_MSC_defs.mk
So there is no need to do this locally, too.
Change-Id: I0fa1d0cd3e077ba0985848a9d2cbb061b123e8ad
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/parser.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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 ), |