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]

Re: patch to supress trailing missing initializer warnings



  In message <199808041503.RAA17789@jolan.ppro>you write:
  > I recall that I suggested to give the warning if less then
  > three variables where left uninitialized.
I think this is a poor design.  Either it gives the warnings or it does not,
it should not be dependent on how many remaining uninitialized fields exist.

The question I think needs to be answered is should the warning be on or off
by default.  I'm starting to lean towards the latter.

jeff


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