Re: [ovs-dev] [PATCH] lib/coverage: Removed set but not used variables

2014-07-15 Thread Daniele Di Proietto
On Jul 15, 2014, at 12:42 PM, Ben Pfaff wrote: > On Tue, Jul 15, 2014 at 11:32:36AM -0700, Daniele Di Proietto wrote: >> This removes a GCC 4.9 warning (unused-but-set-variable) >> >> Signed-off-by: Daniele Di Proietto > > Applied to master, thanks. > > If this warning shows up on other branc

Re: [ovs-dev] [PATCH] lib/coverage: Removed set but not used variables

2014-07-15 Thread Ben Pfaff
On Tue, Jul 15, 2014 at 11:32:36AM -0700, Daniele Di Proietto wrote: > This removes a GCC 4.9 warning (unused-but-set-variable) > > Signed-off-by: Daniele Di Proietto Applied to master, thanks. If this warning shows up on other branches then I'm willing to apply it to them too.

[ovs-dev] [PATCH] lib/coverage: Removed set but not used variables

2014-07-15 Thread Daniele Di Proietto
This removes a GCC 4.9 warning (unused-but-set-variable) Signed-off-by: Daniele Di Proietto --- lib/coverage.c | 4 1 file changed, 4 deletions(-) diff --git a/lib/coverage.c b/lib/coverage.c index 5a20d6e..fe97d69 100644 --- a/lib/coverage.c +++ b/lib/coverage.c @@ -279,8 +279,6 @@ covera