On Thu, Sep 01, 2016 at 02:57:23PM +0000, Alin Serdean wrote:
> "error C2233: 'specs' : arrays of objects containing zero-size arrays are 
> illegal"
> 
> https://ci.appveyor.com/project/blp/ovs
> 
> I think it was caused by commit:
> https://github.com/openvswitch/ovs/commit/dfe191d5faa60d34a64e3bd1040fd6fa02b4889c

Jarno, can you take a look at this?  It's because ofpact_learn has a
flexible array member of struct ofpact_learn_spec, which in turn has a
flexible array member of uint64_t.  There are a couple of ways to
resolve it but I'd prefer to let you take the first look if you can.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to