On Tue, 25 Aug 2020 at 12:26, Chen Qun <[email protected]> wrote: > > Clang static code analyzer show warning: > hw/arm/omap1.c:1760:15: warning: Value stored to 'cpu' during its > initialization is never read > CPUState *cpu = CPU(s->cpu); > ^~~ ~~~~~~~~~~~ > > Reported-by: Euler Robot <[email protected]> > Signed-off-by: Chen Qun <[email protected]> > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
