hw/arm/pxa2xx: Add missing fallthrough comment
commit5ace4cc0e8d818d578b3777a23d477a5e42070eb
authorThomas Huth <thuth@redhat.com>
Fri, 11 Sep 2020 12:18:44 +0000 (11 14:18 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 11 Sep 2020 19:25:59 +0000 (11 21:25 +0200)
tree40f0afa2c5762e0a71be8f344f75bb36b786811b
parentb199c682f1f0aaee22b2170a5fb885250057eec2
hw/arm/pxa2xx: Add missing fallthrough comment

Let's make this file compilable with -Werror=implicit-fallthrough :
Looking at the code, it seems like the fallthrough is intended here,
so we should add the corresponding "/* fallthrough */" comment here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200911121844.404434-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/arm/pxa2xx.c