diff options
author | Toomas Soome <tsoome@me.com> | 2017-07-17 23:45:07 +0300 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2018-04-23 18:15:39 +0200 |
commit | 96a8ee403e7f0a4bdde5417945795f1bf0b300b2 (patch) | |
tree | 10cefb7fe99a86228c476f54da2890fae26ff019 | |
parent | 40ed00103f04f72bef88cdaa2ec4ebae03af4a07 (diff) | |
download | illumos-joyent-96a8ee403e7f0a4bdde5417945795f1bf0b300b2.tar.gz |
9354 acpi: this statement may fall through
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
-rw-r--r-- | usr/src/cmd/acpi/common/utprint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/acpi/common/utprint.c b/usr/src/cmd/acpi/common/utprint.c index e01f1734a9..8ecea6aad0 100644 --- a/usr/src/cmd/acpi/common/utprint.c +++ b/usr/src/cmd/acpi/common/utprint.c @@ -616,6 +616,7 @@ AcpiUtVsnprintf ( case 'X': Type |= ACPI_FORMAT_UPPER; + /* FALLTHROUGH */ case 'x': |