[RTEMS Project] #2530: rtems/c/src/lib/libbsp/arm/shared/include/arm-errata.h:107: missing break ?
RTEMS trac
trac at rtems.org
Sat Jan 16 10:11:07 UTC 2016
#2530: rtems/c/src/lib/libbsp/arm/shared/include/arm-errata.h:107: missing break ?
---------------------+--------------------
Reporter: dcb | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 4.11.1
Component: General | Version: 4.10
Severity: normal | Keywords:
---------------------+--------------------
[rtems/c/src/lib/libbsp/arm/shared/include/arm-errata.h:107] ->
[rtems/c/src/lib/libbsp/arm/shared/include/arm-errata.h:109]: (warning)
Variable 'is_applicable' is reassigned a value before the old one has been
used. 'break;' missing?
case ARM_RELEASE_ID_R2_P2:
is_applicable = true;
default:
is_applicable = false;
break;
--
Ticket URL: <http://devel.rtems.org/ticket/2530>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list