Re: [PATCH v3 0/7] silence the compiler warnings

2020-12-11 Thread Thomas Huth
On 11/12/2020 03.22, Chenqun (kuhn) wrote: > Kindly ping! > > Hi all, > Patch 1 to Patch 5 are not in the queue. Could someone pick them up? Hi, yes, I'm currently preparing another patch series that includes your patches, which will finally turn on -Wimplicit-fallthrough for everybody. I'll

RE: [PATCH v3 0/7] silence the compiler warnings

2020-12-10 Thread Chenqun (kuhn)
iang ; ganqixin > ; Chenqun (kuhn) > Subject: [PATCH v3 0/7] silence the compiler warnings > > Hi folks, > This series fix some "fall through" warnings reported by GCC_9.3. They've > been reviewed for a long time. Some of these patchs may be important for > QE

[PATCH v3 0/7] silence the compiler warnings

2020-11-15 Thread Chen Qun
Hi folks, This series fix some "fall through" warnings reported by GCC_9.3. They've been reviewed for a long time. Some of these patchs may be important for QEMU 5.2. Such as the Patch6 miss a break statement. Others only add "fall through" comments and may not have a negative impact for QEMU