Re: [Qemu-devel] [PATCH] darwin-user: Remove two unused variables

2011-08-07 Thread Blue Swirl
Thanks, applied. On Fri, Jul 22, 2011 at 9:43 PM, Stefan Weil wrote: > Am 22.07.2011 22:48, schrieb Andreas Färber: >> >> Hi Stefan W., >> >> Am 20.07.2011 um 21:40 schrieb Stefan Weil: >> >>> cppcheck report: >>> >>> darwin-user/signal.c:322: style: Unused variable: i >>> darwin-user/signal.c:32

Re: [Qemu-devel] [PATCH] darwin-user: Remove two unused variables

2011-07-22 Thread Stefan Weil
Am 22.07.2011 22:48, schrieb Andreas Färber: Hi Stefan W., Am 20.07.2011 um 21:40 schrieb Stefan Weil: cppcheck report: darwin-user/signal.c:322: style: Unused variable: i darwin-user/signal.c:322: style: Variable 'err' is assigned a value that is never used Does this really bug you? I'm a

Re: [Qemu-devel] [PATCH] darwin-user: Remove two unused variables

2011-07-22 Thread Andreas Färber
Hi Stefan W., Am 20.07.2011 um 21:40 schrieb Stefan Weil: cppcheck report: darwin-user/signal.c:322: style: Unused variable: i darwin-user/signal.c:322: style: Variable 'err' is assigned a value that is never used Does this really bug you? I'm a bit skeptical towards trying to fix warnings

[Qemu-devel] [PATCH] darwin-user: Remove two unused variables

2011-07-20 Thread Stefan Weil
cppcheck report: darwin-user/signal.c:322: style: Unused variable: i darwin-user/signal.c:322: style: Variable 'err' is assigned a value that is never used Signed-off-by: Stefan Weil --- darwin-user/signal.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/darwin-user/si