On Thu, Jun 28, 2012 at 09:13:21PM +0900, Simon Horman wrote: > 2012/06/28 20:34 "Isaku Yamahata" <yamah...@valinux.co.jp>: > > > > Hi Simon. When I compiled it, I got the followings > > Although I can fix it myself, it would be better to leave it to you. > > > > > ../utilities/ovs-ofctl.c: In function 'fetch_port_by_features': > > > ../utilities/ovs-ofctl.c:549:63: warning: 'vconn' is used uninitialized > in this function [-Wuninitialized] > > > ../utilities/ovs-ofctl.c: In function 'do_show': > > > ../utilities/ovs-ofctl.c:500:63: warning: 'vconn' is used uninitialized > in this function [-Wuninitialized] > > > > My gcc version is > > > $ 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. > > Thanks, I will fix that tomorrow.
Hi Yamahata-san, are you sure that you have the latest version of my series? I see vconn as a parameter to fetch_port_by_features(). I am using the same version of gcc as you but I am not do not seeing the warning you are seeing. The latest patches are revision dd1cf6fe49d0839e692d8bafbd9cb70eeb41771a of the devel/of12 branch of git://github.com/horms/openvswitch.git. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev