
2 Apr
2023
2 Apr
'23
4:37 a.m.
On Sat, 1 Apr 2023 at 20:30, Heinrich Schuchardt < heinrich.schuchardt@canonical.com> wrote:
gcc 12 does not understand /* Fall through */. Use the fallthrough macro instead.
Fallthrough at the start of a switch statement makes no sense.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
net/net.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org