如何告诉 mxmlc 将警告视为错误?

发布于 2024-07-29 05:49:46 字数 119 浏览 7 评论 0原文

我正在使用 mxmlc 命令行工具编译纯 AS3 项目。 是否有命令行选项可以让 mxmlc 将警告视为错误? 我已通读所有编译器标志和 flex-config.xml,但无法找到此选项。

I'm using the mxmlc command line tool to compile a pure AS3 project. Is there a command line option to make mxmlc treat warnings as errors? I've read through all the compiler flags and flex-config.xml but wasn't able to find this option.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风吹雪碎 2024-08-05 05:49:46

你不能。 “strict”的默认 mxmlc 值为 true。 将其设置为 true 没有任何效果。

You cannot. The default mxmlc value for 'strict' is true. Setting it to true has no effect.

冷情 2024-08-05 05:49:46

怎么样...

-compiler.strict    

alias -strict
以严格的错误检查模式运行 AS3 编译器。 必须严格
当 es3 为“true”时为“false”

我相信你可以使用:

mxmlc --strict=true 

What about...

-compiler.strict    

alias -strict
runs the AS3 compiler in strict error checking mode. strict must be
'false' when es3 is 'true'
.

I believe you can just use:

mxmlc --strict=true 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文