The switches you are looking for are

 

-compiler.show-unused-type-selector-warnings 

Or the alias.

-show-unused-type-selector-warnings

 

Rick Winscot

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Josh McDonald
Sent: Monday, May 12, 2008 6:18 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Disable compiler warning: CSS type selectors are
not supported in components: 'xxx'

 

Hey guys,

Can anybody help me on this? I'm having the same thing. I don't want to turn
off all warnings, they're very useful sometimes (like "BAR won't be able to
detect updates to FOO" when you forget [Bindable], but I can't see these for
all the damned CSS warnings I get when editing a big project...

-J

On Wed, Apr 2, 2008 at 4:06 AM, Samuel Neff <[EMAIL PROTECTED]> wrote:

Is there any way to disable the compiler warning:  CSS type selectors are
not supported in components: 'xxx'

There are lots of warn-xxx flags in Flex 3 flex-config.xml but I didn't see
anything that would correspond to this warning.  

The situation is we have our main App.mxml but for development we have a few
other apps that extend this--AppLocal.mxml and AppRemote.mxml.  They just
change some things that normally are set via flashvars and this lets us
easily launch the app in different modes from within Flex Builder.  The
warnings don't cause any problems at runtime since we copied the Style
declaration in all mxml files, we just want to get rid of the warnings from
Flex Builder.

Thanks,

Sam


-----------------------------------------------------------------
We're Hiring! Seeking passionate Flex, C#, or C++ (RTSP, H264) developer.
Position is in the Washington D.C. metro area. Contact
[EMAIL PROTECTED] 




-- 
"Therefore, send not to know For whom the bell tolls. It tolls for thee."

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED] 

 

Reply via email to