Re: [ovs-dev] [PATCH 2/4] ofp-actions: Fix dead assignment.

2017-10-30 Thread Ben Pfaff
On Mon, Oct 30, 2017 at 10:27:53AM -0700, William Tu wrote: > Clang reports value stored to 'eah' in never read. > Fix it by removing it. > > Signed-off-by: William Tu Thanks a lot! Applied to master. ___ dev mailing list d...@openvswitch.org https://

[ovs-dev] [PATCH 2/4] ofp-actions: Fix dead assignment.

2017-10-30 Thread William Tu
Clang reports value stored to 'eah' in never read. Fix it by removing it. Signed-off-by: William Tu --- lib/ofp-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c index 71eb70c3c239..79041c281ed0 100644 --- a/lib/ofp-actions.c +++