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
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