]> git.proxmox.com Git - mirror_edk2.git/commit
AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer...
authorDaryl McDaniel <daryl.mcdaniel@intel.com>
Mon, 18 Aug 2014 23:00:50 +0000 (23:00 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Aug 2014 23:00:50 +0000 (23:00 +0000)
commitde08c53b0f65f212c25f0eea13d6cdf4bd9c7fb4
tree642e66c50c086c89cfdaa97614552a9473dcce0a
parent838b31a68cba781fb64ae4deb97fa69b2ed6d4b8
AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy.

Explicitly initialize variables before any potential use.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15819 6f19259b-4bc3-4df7-8a09-765794883524
AppPkg/Applications/Python/Python-2.7.2/Modules/socketmodule.c
AppPkg/Applications/Python/Python-2.7.2/Objects/object.c
AppPkg/Applications/Python/Python-2.7.2/Objects/stringobject.c
AppPkg/Applications/Python/Python-2.7.2/Objects/unicodeobject.c
AppPkg/Applications/Python/Python-2.7.2/Objects/weakrefobject.c