[RTEMS Project] #2237: powerpc/shared/include/cpuIdent.c:196: possible missing break ?

RTEMS trac trac at rtems.org
Fri Jan 23 09:04:52 UTC 2015


#2237: powerpc/shared/include/cpuIdent.c:196: possible missing break ?
---------------------+------------------
 Reporter:  dcb      |      Owner:
     Type:  defect   |     Status:  new
 Priority:  normal   |  Milestone:  4.11
Component:  General  |    Version:  4.10
 Severity:  normal   |   Keywords:
---------------------+------------------
 [rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.c:205]: (warning)
 Variable 'is_bookE' is reassigned a value before the old one has been
 used. 'break;' missing?

 Source code is

     case PPC_440:
       current_ppc_features.is_bookE          = PPC_BOOKE_STD;
     case PPC_8540:
     case PPC_e200z0:
     case PPC_e200z1:
     case PPC_e200z4:

--
Ticket URL: <http://devel.rtems.org/ticket/2237>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list