Actions
Bug #9409
closedacpica: this statement may fall through
Start date:
2018-03-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
issue found by gcc 7 build:
../../intel/io/acpica/utilities/utprint.c:618:18: error: this statement may fall through [-Werror=implicit-fallthrough=] Type |= ACPI_FORMAT_UPPER; ^ ../../intel/io/acpica/utilities/utprint.c:620:9: note: here case 'x': ^~~~ cc1: all warnings being treated as errors
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 5d14684d1c825f0a207f249ec1039984cf9d8fd5
commit 5d14684d1c825f0a207f249ec1039984cf9d8fd5 Author: Toomas Soome <tsoome@me.com> Date: 2018-04-23T16:15:40.000Z 9409 acpica: this statement may fall through Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: C Fraire <cfraire@me.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions