On Thu, Jan 15, 2015 at 11:14:27AM -0800, Gurucharan Shetty 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. > > icmp headers got included inside 'struct ovs_nd_msg' through > commit e60e935b1f (Implement set-field for IPv6 ND fields (nd_target, > nd_sll,and nd_tll). This causes compilation error while using MSVC. > > Since icmp[6]_data in the icmp[6]_header is not used anywhere, just remove > them. > > Signed-off-by: Gurucharan Shetty <[email protected]>
I love fixes that delete code. Thanks! Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
