Closed wastedabuser closed 10 years ago
Hi,
Somehow my compiler doesn't show this warnings. Very strange. We had a similar issue last week.
I fixed it with the getBooleanValue function. Thanks for giving me a heads up. :)
Michael
I forgot to mention i am compiling in strict mode, using Flash Develop :)
Just like me. :) I never turn strict mode off. AIR 4.0, ASC 2.0; I wonder why the warnings don't show up. I just double checked but all warnings are enabled. :\
It should be the ASC 2.0, i never added this -inline option to enable it. I will now :)
Functions returning int values instead of Boolean are causing compiler warnings! Forcefully casting the result to Boolean fixes the issue.