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 for various warnings in gcc


Funny, I corrected some of these warnings this morning (but untested 
yet). I believe, though, that I have a sligthtly better version for the
cp/decl2.c warning. IMHO, silencing the warning by adding a 0 
initialization should be avoided whenever possible because further 
uninitialized use might not lead to a compiler warning. It is just a 
pity that I do not always know how to do it esaily... However, in the
case of cp/decl2.c, it is possible.

	Theo.

--------------------------------------------------------------------
Theodore Papadopoulo
Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01
 --------------------------------------------------------------------

Attachment: patch-warning
Description: patch-warning


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