OSDN Git Service

Fixed goto into scope.
authorKevin Schoedel <kevin.p.schoedel@intel.com>
Fri, 25 May 2012 21:00:17 +0000 (17:00 -0400)
committerEdwin Vane <edwin.vane@intel.com>
Thu, 23 Aug 2012 18:20:36 +0000 (14:20 -0400)
commit96dcdbcfe5111346f1a1f4542a8533a0a6611c01
tree6a550c8a69b196a096a0183d164228a127bd239d
parent3a8afda88d9fb3e18344ee137f60dbe9236fe368
Fixed goto into scope.

Two functions contained goto statements entering the scope of
automatic variables; added explicit blocks to limit these scopes.

Change-Id: Ib2d46bdc235089e208ac70bdaf405ea9e5b91ab1
Reviewed-by: Ariel J Bernal <ariel.j.bernal@intel.com>
Author: Kevin Schoedel <kevin.p.schoedel@intel.com>
libril/ril.cpp