[ovs-dev] [PATCH v2 1/7] ofproto-dpif/xlate_autopath: unbreak xlate_autpath()

Ben Pfaff blp at nicira.com
Fri Jul 13 00:06:03 UTC 2012


On Thu, Jun 28, 2012 at 08:30:42PM +0900, Isaku Yamahata wrote:
> This patch eliminates the following warning.
> > ofproto/ofproto-dpif.c: In function 'do_xlate_actions':
> > ofproto/ofproto-dpif.c:5282:17: warning: 'ofp_port' may be used uninitialized in this function [-Wuninitialized]
> > ofproto/ofproto-dpif.c:5269:14: note: 'ofp_port' was declared here
> > $ gcc --version
> > gcc (Debian 4.7.0-8) 4.7.0
> > Copyright (C) 2012 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions.  There is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
> ---
> v2
> no change

It looks like this code was already changed in this way, in a
different patch.

Would you mind respinning this patch series?

Thanks,

Ben.



More information about the dev mailing list