Output panel flooding from swf lib when doing 'check syntax'

Hi!

Last couple of days my output has been flooded with this when I do ‘check syntax’:

C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:769: lines 769-772 : Field get_scaleX is declared 'override' but doesn't override any field
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:36: characters 0-5 : Defined in this class
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:786: lines 786-789 : Field get_scaleY is declared 'override' but doesn't override any field
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:36: characters 0-5 : Defined in this class
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:804: lines 804-812 : Field set_height is declared 'override' but doesn't override any field
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:36: characters 0-5 : Defined in this class
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:758: lines 758-767 : Field set_scaleX is declared 'override' but doesn't override any field
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:36: characters 0-5 : Defined in this class
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:775: lines 775-784 : Field set_scaleY is declared 'override' but doesn't override any field
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:36: characters 0-5 : Defined in this class
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:793: lines 793-801 : Field set_width is declared 'override' but doesn't override any field
C:/HaxeToolkit/haxe/lib/swf/2,2,3/format/swf/instance/MovieClip.hx:36: characters 0-5 : Defined in this class

It compiles & works just fine and all, but still :stuck_out_tongue: any idea? same happens with swf 2.2.2

What editor is this? Does it behave differently if you change your target platform?

HaxeDevelop is the editor and no it still does same thing when I change target.

I’ve now tried with my other projects and with them output doesn’t get flooded…