RE: [PATCH 0/6] fix uninitialized variable warning

2020-11-03 Thread Chenqun (kuhn)
> -Original Message- > From: Peter Maydell [mailto:peter.mayd...@linaro.org] > Sent: Tuesday, November 3, 2020 6:15 PM > To: Chenqun (kuhn) > Cc: QEMU Developers ; QEMU Trivial > ; Zhanghailiang > ; ganqixin > Subject: Re: [PATCH 0/6] fix uninitialized variable wa

Re: [PATCH 0/6] fix uninitialized variable warning

2020-11-03 Thread Peter Maydell
On Tue, 3 Nov 2020 at 02:07, Chen Qun wrote: > > Hi all, > There are some variables initialized warnings reported by the compiler, > even if the default CFLAG for the compiler parameters are uesed. > > This serial has added some default values or changed the assignment places > for the

[PATCH 0/6] fix uninitialized variable warning

2020-11-02 Thread Chen Qun
Hi all, There are some variables initialized warnings reported by the compiler, even if the default CFLAG for the compiler parameters are uesed. This serial has added some default values or changed the assignment places for the variablies to fix them. Thanks, Chen Qun Chen Qun (6):