Re: [ovs-dev] [PATCH] test-netlink-conntrack: Fix sparse warning.

2016-08-03 Thread Daniele Di Proietto
On 03/08/2016 10:54, "Joe Stringer" wrote: >On 3 August 2016 at 10:50, Daniele Di Proietto wrote: >> On some systems I get a sparse warning when compiling >> tests/test-netlink-conntrack.c >> >> /usr/include/x86_64-linux-gnu/sys/cdefs.h:307:10: warning: preprocessor >> token __always_inline

Re: [ovs-dev] [PATCH] test-netlink-conntrack: Fix sparse warning.

2016-08-03 Thread Joe Stringer
On 3 August 2016 at 10:50, Daniele Di Proietto wrote: > On some systems I get a sparse warning when compiling > tests/test-netlink-conntrack.c > > /usr/include/x86_64-linux-gnu/sys/cdefs.h:307:10: warning: preprocessor > token __always_inline redefined > /usr/include/linux/stddef.h:4:9: this was t

[ovs-dev] [PATCH] test-netlink-conntrack: Fix sparse warning.

2016-08-03 Thread Daniele Di Proietto
On some systems I get a sparse warning when compiling tests/test-netlink-conntrack.c /usr/include/x86_64-linux-gnu/sys/cdefs.h:307:10: warning: preprocessor token __always_inline redefined /usr/include/linux/stddef.h:4:9: this was the original definition The problem seems to be that Linux upstrea