Subject: Re: CVS commit: src/sys/sys (protosw.h:1.39)
To: David Laight <david@l8s.co.uk>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 08/29/2006 08:33:16
On Aug 29, 2006, at 12:01 AM, David Laight wrote:
> True - although you still don't want to have to initialise every
> element.
> And for the zero-filled terminator of an array you don't need the
> clutter
> of initialising all elements.
I know. But Christos turned on a warning flag that makes complete
initializers "mandatory" (because of -Werror). I would be REALLY
surprised if that same warning flag warned about C99 style initializers.
-- thorpej