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.
Actions