On Wed 17. Oct - 12:01:04, Richard Guenther wrote:
> 
> Hi,
> 
> this is a reminder for you to have a look at your packages that fail
> in the BETA distribution (which has GCC 4.3 as its compiler).  If you
> think that the compiler is at fault feel free to report these issues
> back to me or file a bugzilla for them.

On a related note: What I'm seeing for quite a while now, not an error but
a warning, is the following:

  char *prop = "laptop_panel.num_levels";

Compiler output:
  warning: deprecated conversion from string constant to 'char*'

What would result in

  char *prop = (char*)"laptop_panel.num_levels";

Uhm, that's ugly ;-) What's the rationale behind this?

Thanks,
        Holger
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to