tests/test-char: Use a proper fallthrough comment
commitff82a54bc4ce76ee407c7c42aa64eeec86285bb7
authorThomas Huth <thuth@redhat.com>
Fri, 2 Oct 2020 17:13:43 +0000 (2 19:13 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 13 Oct 2020 11:33:45 +0000 (13 13:33 +0200)
tree2dd07c328863aa2043b32f8d501ccd815cc360ff
parent009f51df0e697bab4578037092057ac398fd15f4
tests/test-char: Use a proper fallthrough comment

For being able to compile with -Werror=implicit-fallthrough we need
to use comments that the compiler recognizes. Use "fallthrough" instead
of "no break" here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201002171343.283426-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
tests/test-char.c