Re: patch for VxWorks / Wind River Diab Compiler support

Bill Spitzak <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
On 02/18/2014 06:51 AM, Manfred Kogler wrote:
> (4) error: array declarations of len 0 are not allowed -> replaced with
> pointer to array-elem
>      see file cairo-image-compositor.c:
>          uint8_t _buf[0];
>              ->
>          uint8_t *_buf;

That certainly will not work. Using [1] is common but requires fixing 
all the uses of sizeof().


-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.