I am taking XML-type variables in a model and binding with component properties in ActionScript code. It's perfectly fine if it's unable to bind the child nodes or other sibling properties of the XML itself and I don't want Eclipse to display these runtime warnings!
I did suppress warnings in Flex compiler using "-show-binding-warnings=false", but that does not seem to be working for runtime binding warnings.
warning: unable to bind to property <'some node name'> on class 'XML' (class is not an IEventDispatcher)