This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question on -Werror usage in Makefiles...


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]