This is the mail archive of the gcc-help@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]

help:about redefinition


when I include some headers in my code,
it could not pass, and gcc appears this informations:

/usr/include/fore/sysdep/types.h:31: warning: redefinition of `int8_t'
/usr/include/sys/int_types.h:62: warning: `int8_t' previously declared here

when I check these two files, int8_t are tyepdef as char in both header
how should I solve the problem without change the original header?
thank you




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