Actions
Bug #13393
closedcheetah: case value '47616' not in enumerated type
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build error on SPARC:
../../sun4u/cpu/us3_common.c: In function 'ce_scrub_xdiag_recirc': ../../sun4u/cpu/us3_common.c:3334:2: error: case value '47616' not in enumerated type 'ce_dispact_t {aka enum <anonymous>}' [-Werror=switch] case CE_ACT(CE_DISP_BAD): ^~~~ cc1: all warnings being treated as errors
Just remove this case as default will handle it.
Testing done: build/.. I do not have sun4u systems.
Updated by Electric Monk over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 56870e8c76c2675bcef1fcee5d519585ce9c768e
commit 56870e8c76c2675bcef1fcee5d519585ce9c768e Author: Toomas Soome <tsoome@me.com> Date: 2020-12-31T07:42:53.000Z 13393 cheetah: case value '47616' not in enumerated type Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions