This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 2d213f1f5927a4e8bd00a5e23c0afbdfa8cb7494 Author: Alex Harui <[email protected]> AuthorDate: Thu May 3 11:55:07 2018 -0700 suppress more warnings --- .../java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java b/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java index 2b1abfd..44f3940 100644 --- a/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java +++ b/compiler-jx/src/main/java/org/apache/royale/compiler/utils/JSClosureCompilerWrapper.java @@ -394,7 +394,7 @@ public class JSClosureCompilerWrapper String[] asdocTags = new String[] {"productversion", "playerversion", "langversion", "copy", "asparam", "asreturn", "asprivate", - "royaleignoreimport", "royaleignorecoercion", "royalenoimplicitstringconversion"}; + "royaleignoreimport", "royaleignorecoercion", "royaleemitcoercion", "royalenoimplicitstringconversion"}; options_.setExtraAnnotationNames(Arrays.asList(asdocTags)); } -- To stop receiving notification emails like this one, please contact [email protected].
