GCC complains when you use multi-line strings even though it’s supported by 
every browser in existence:
WARNING: 
/Users/harbs/Documents/ApacheFlex/flex-asjs/manualtests/XMLTest/bin/js-debug/MyInitialView.js:261:
 WARNING - Parse error. String continuations are not recommended. See 
https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml#Multiline_string_literals

Any multi-line XML literals are converted into multi-line strings by FalconJX. 
This is going to cause lots of warnings in client code. Ho do we disable this 
warning?

Reply via email to