On 24.04.2019 2:43, Ben Pfaff wrote: > This caused a "sparse" warning for me until I found and fixed a bug in > our "sparse" support: > https://mail.openvswitch.org/pipermail/ovs-dev/2019-April/358455.html >
Thanks for the report. Your patch looks good. I tried to figure out why Travis didn't catch this and found that recent "sparse" is broken for us. i.e. it doesn't check any OVS source files because of '-MD' option in build commands. I prepared the workaround: https://mail.openvswitch.org/pipermail/ovs-dev/2019-April/358463.html And also I reported issue to "sparse" devs. Hope, issue will be fixed there. With both our "sparse" fixes, this patch builds fine with most recent "sparse" version. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
