Re: [ovs-dev] [PATCH] netdev-bsd: Initialize variable to silence a compiler warning.

2012-08-08 Thread Ben Pfaff
On Wed, Aug 08, 2012 at 06:48:01PM +, Ed Maste wrote: > FreeBSD's system compiler is a somewhat old version of GCC that produced > a spurious warning about a potential unitialized variable use. > > Signed-off-by:Ed Maste Applied to master, thanks. By the way, somehow a tab keeps sne

[ovs-dev] [PATCH] netdev-bsd: Initialize variable to silence a compiler warning.

2012-08-08 Thread Ed Maste
FreeBSD's system compiler is a somewhat old version of GCC that produced a spurious warning about a potential unitialized variable use. Signed-off-by: Ed Maste --- lib/netdev-bsd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netdev-bsd.c b/lib/netdev-bsd.c index 0