Re: [PATCH-for-5.0 v2 06/11] hw/isa/i82378: Remove dead assignment

2020-03-23 Thread Alistair Francis
On Sat, Mar 21, 2020 at 7:46 AM Philippe Mathieu-Daudé wrote: > > Rename the unique variable assigned as 'pit' which better > represents what it holds, to fix a warning reported by the > Clang static code analyzer: > > CC hw/isa/i82378.o > hw/isa/i82378.c:108:5: warning: Value stored to

[PATCH-for-5.0 v2 06/11] hw/isa/i82378: Remove dead assignment

2020-03-21 Thread Philippe Mathieu-Daudé
Rename the unique variable assigned as 'pit' which better represents what it holds, to fix a warning reported by the Clang static code analyzer: CC hw/isa/i82378.o hw/isa/i82378.c:108:5: warning: Value stored to 'isa' is never read isa = isa_create_simple(isabus, "i82374");