Question on -Werror usage in Makefiles...

Richard Henderson rth@redhat.com
Thu Oct 30 03:16:00 GMT 2003


On Wed, Oct 29, 2003 at 09:39:23PM +0100, Andreas Jaeger wrote:
>    union {
> -    struct dwarf_fde *single;
> +    const struct dwarf_fde *single;
>      struct dwarf_fde **array;

So why didn't you add const to the array too?


r~



More information about the Gcc mailing list