On Thu, Jul 16, 2015 at 01:35:14AM +0000, Alin Serdean wrote: > Hi Jarno, > > This is breaking the windows build > (https://ci.appveyor.com/project/blp/ovs/build/1.0.459): > lib/classifier.c(1355) : error C2229: struct '<unnamed-tag>' has an illegal > zero-sized array. > > The problem is the following > (https://msdn.microsoft.com/en-us/library/0scy7z2d.aspx ): > https://github.com/openvswitch/ovs/commit/8fd4792403254f868398a89fb5625830ee5a08eb#diff-b87c023d7e733f983131f231a672e71eR389 > > Could you please take a look into it?
Usually changing [0] to [] fixes such issues, can you check that that works here? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev