Snippets for openvswitch 3.6.2 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/openvswitch/3.6.2/3.fc45/data/logs/i686/build.log.
-
../lib/netdev-offload-dpdk.c:863:54: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 863 | ds_put_format(s_extra, "Raw-encap size=%ld set raw_encap 0 raw " | ~~^ | | | long int | %d 864 | "pattern is ", raw_encap->size); | ~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
ovs/_json.c:121:49: warning: passing argument 1 of ‘json_to_python’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 121 | PyObject *item = json_to_python(json_array_at(json, i));