Re: [RFC PATCH v3 57/78] hw/net: add fallthrough pseudo-keyword

2023-10-13 Thread Manos Pitsidianakis
On Fri, 13 Oct 2023 at 12:11, Akihiko Odaki wrote: > > diff --git a/hw/net/rtl8139.c b/hw/net/rtl8139.c > > index 4525fda383..42f19618b1 100644 > > --- a/hw/net/rtl8139.c > > +++ b/hw/net/rtl8139.c > > @@ -2447,8 +2447,10 @@ static uint32_t > > rtl8139_TxStatus_TxAddr_read(RTL8139State *s, uint32

Re: [RFC PATCH v3 57/78] hw/net: add fallthrough pseudo-keyword

2023-10-13 Thread Akihiko Odaki
On 2023/10/13 17:46, Emmanouil Pitsidianakis wrote: In preparation of raising -Wimplicit-fallthrough to 5, replace all fall-through comments with the fallthrough attribute pseudo-keyword. Signed-off-by: Emmanouil Pitsidianakis --- hw/net/cadence_gem.c | 4 ++-- hw/net/can/can_sja1000.c |

[RFC PATCH v3 57/78] hw/net: add fallthrough pseudo-keyword

2023-10-13 Thread Emmanouil Pitsidianakis
In preparation of raising -Wimplicit-fallthrough to 5, replace all fall-through comments with the fallthrough attribute pseudo-keyword. Signed-off-by: Emmanouil Pitsidianakis --- hw/net/cadence_gem.c | 4 ++-- hw/net/can/can_sja1000.c | 4 ++-- hw/net/igb_core.c| 2 +- hw/net/igbvf.c