target/i386/kvm: Add missing fallthrough comment
commit8821e21414468b1810f0ccf38bcbfa5c0bd1d56b
authorThomas Huth <thuth@redhat.com>
Fri, 11 Sep 2020 12:53:01 +0000 (11 14:53 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 11 Sep 2020 19:25:59 +0000 (11 21:25 +0200)
tree96135c092c95b16aff72e5fdc71c9a43723d49b3
parentb42581f5bb40489cb172829e9ab0d6d6dfa37026
target/i386/kvm: 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>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200911125301.413081-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/i386/kvm.c