#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
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to