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: Patch to enable -Werror [take 2]


Zack Weinberg wrote:-

> David Edelsohn <dje@watson.ibm.com> writes:
> 
> > 	Okay, so the remaining problem on AIX is
> >
> > /usr/include/sys/types.h:
> > typedef uchar_t         uchar;
> >
> > versus
> >
> > gcc/cpphash.h:
> > typedef unsigned char uchar;
> 
> Bother.  Maybe we should make that be a #define again.  Neil, thoughts?

Sure.

Neil.


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