You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Harbs <ha...@gmail.com> on 2016/05/16 08:13:40 UTC

[FlexJS]Disable multi-line string warning

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?