On Wed, 13 Jul 2016 20:47:14 +0200
Phil Sutter wrote:
> This is v4 of my C99-style initializer related patch series. The changes
> since v3 are:
>
> - Use empty initializer instead of the universal zero initializer:
> The latter one triggers warnings in older GCCs, and this appears to
> be t
Le 13/07/2016 20:47, Phil Sutter a écrit :
> This is v4 of my C99-style initializer related patch series.
It compiles successfully with my gcc 4.4.7.
Regards,
Nicolas
This is v4 of my C99-style initializer related patch series. The changes
since v3 are:
- Use empty initializer instead of the universal zero initializer:
The latter one triggers warnings in older GCCs, and this appears to
be the least intrusive workaround. Plus, empty initializers are used
a