Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Fix dead initialization reported by clang.

2016-08-09 Thread Daniele Di Proietto
Applied to master, thanks 2016-08-07 14:06 GMT-07:00 Bhanuprakash Bodireddy < bhanuprakash.bodire...@intel.com>: > Clang reports that value stored to 'tok' during initialization is never > read. > > Signed-off-by: Bhanuprakash Bodireddy > --- > lib/netdev-dpdk.c | 2 +- > 1 file changed, 1 inse

[ovs-dev] [PATCH 1/2] netdev-dpdk: Fix dead initialization reported by clang.

2016-08-07 Thread Bhanuprakash Bodireddy
Clang reports that value stored to 'tok' during initialization is never read. Signed-off-by: Bhanuprakash Bodireddy --- lib/netdev-dpdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index f37ec1c..dd79e4b 100644 --- a/lib/netdev-dpdk.