[Qemu-devel] [PATCH] ac97: Remove unused local variables

2011-05-07 Thread Stefan Weil
cppcheck report: hw/ac97.c:1004: style: Variable 'written' is assigned a value that is never used hw/ac97.c:1072: style: Variable 'written' is assigned a value that is never used Signed-off-by: Stefan Weil --- hw/ac97.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --gi

Re: [Qemu-devel] [PATCH] ac97: Remove unused local variables

2011-05-08 Thread Stefan Hajnoczi
On Sun, May 08, 2011 at 08:58:11AM +0200, Stefan Weil wrote: > cppcheck report: > hw/ac97.c:1004: style: > Variable 'written' is assigned a value that is never used > hw/ac97.c:1072: style: > Variable 'written' is assigned a value that is never used > > Signed-off-by: Stefan Weil > --- > hw/ac