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

Some warnings with "make"


Hello!
The situation:
When I begun "make" I notive some warnings...
These are(not all):
../../libiberty/regex.c: In function `byte_regex_compile':
../../libiberty/regex.c:2726:(and other lines)
warning: integer constant is unsigned in ANSI C, signed with -traditional
../../libiberty/md5.c:405:(and other lines)
warning: integer constant is unsigned in ANSI C, signed with -traditional
These are not all warning which I saw...
So,question...Is it dangerous for make?
Will compiler work well?
My config:
--prefix=/usr/local --program-suffix=-3.1 --enable-shared --enable-threads
--with-gnu-as --target=i386-slackware-linux 
--enable-languages=c,c++,objc
How I noticed...no matter how I configured...the same errors I saw..
Thnks
P.S. Sorry for ENG grammar


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