flex FDT: how can supress warnings for specific lines?
I use FDT for my flex programming and there are some warnings that I want to suppress.
for example:
Private functi开发者_开发百科on is never used. Found 'list_itemRendererFunc' at line foo column bar.
I actually paste this function name as a string to a datagroup's itemRendererFunction property. how do I mark this line that will not show the warning ?
thanks!
I'm not sure if you're running into a warning (such as you say in the subject) or an error (Such as you say in the body). But, you can supremos warnings using the 'show-actionscript-warnings' argument and setting it to false.
Look at all compiler arguments here:
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7a92.html
精彩评论