Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I tell mxmlc to treat warnings as errors?

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.

like image 242
pian0 Avatar asked Nov 22 '25 01:11

pian0


1 Answers

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

like image 83
alecmce Avatar answered Nov 23 '25 18:11

alecmce



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!