Thanks for the review. Pushed to master.
On Thu, May 8, 2014 at 4:14 PM, Ben Pfaff wrote:
> On Thu, May 08, 2014 at 04:05:55PM -0700, Andy Zhou wrote:
>> Visual studio supports zero-size array within a struct or union,
>> but has to be the last element. GCC does not have this restriction.
>>
>>
On Thu, May 08, 2014 at 04:05:55PM -0700, Andy Zhou wrote:
> Visual studio supports zero-size array within a struct or union,
> but has to be the last element. GCC does not have this restriction.
>
> Commits 644cfd84772eb7d8 and 6fdaa45a6f6c9 make use of 0 size array.
> Remove them so that visual
Visual studio supports zero-size array within a struct or union,
but has to be the last element. GCC does not have this restriction.
Commits 644cfd84772eb7d8 and 6fdaa45a6f6c9 make use of 0 size array.
Remove them so that visual studio can compile them as well.
Reported-by: Gurucharan Shetty
Sig