|
From: | Cédric Le Goater |
Subject: | Re: [RFC PATCH 22/78] target/ppc: add fallthrough pseudo-keyword |
Date: | Fri, 13 Oct 2023 10:12:30 +0200 |
User-agent: | Mozilla Thunderbird |
On 10/13/23 09:47, 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 <manos.pitsidianakis@linaro.org> --- target/ppc/cpu_init.c | 8 ++++---- target/ppc/excp_helper.c | 6 +++--- target/ppc/mmu-radix64.c | 6 +++--- target/ppc/mmu_common.c | 12 ++++++------ target/ppc/translate.c | 6 +++--- 5 files changed, 19 insertions(+), 19 deletions(-)
Reviewed-by: Cédric Le Goater <clg@kaod.org> Thanks, C.
[Prev in Thread] | Current Thread | [Next in Thread] |