On 2014/10/26 19:03, Sunil Nimmagadda wrote:
> 
> src/c2.{c,h}: base gcc version doesn't support unnamed fields so
> given a name to the union.

Actually it does, but not with --std=c99 (and compton uses other things
that need this). There are other ways around it but this is simple and
seems sanest.

It seems that some newer GCCs do allow anonymous unions with std=c99,
even though they weren't added to the standard until c11.

New tgz attached with some comments in patches (though I thought some
were simple enough not to need comments).

Any OKs to import?

Attachment: compton.tgz
Description: application/tar-gz

Reply via email to