Skip to content

Fix compilation on gcc 4.X.

Jeremy White requested to merge fixcompile1 into master

gcc 4.x warns if you use a { 0 } initialization construct for a structure with an initial member that is also a struct.

The { } construct is simpler and appears to work on a wider range of gcc versions.

This is a correction to fdfdf110

Merge request reports